Class DeviceFileInfo
Namespace: Belay.Sync
Assembly: Belay.Sync.dll
Represents information about a file or directory on the device.
csharp
public sealed class DeviceFileInfo
Inheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Gets the checksum of the file content. May be null if not computed.
Gets a value indicating whether this entry is a directory.
Gets the last modified timestamp. May be null if not supported by the device.
Gets the full path of the file or directory.
Gets the size of the file in bytes. Null for directories.