Skip to content

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

objectDeviceFileInfo

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Properties

Checksum

Gets the checksum of the file content. May be null if not computed.

IsDirectory

Gets a value indicating whether this entry is a directory.

LastModified

Gets the last modified timestamp. May be null if not supported by the device.

Path

Gets the full path of the file or directory.

Size

Gets the size of the file in bytes. Null for directories.

Released under the Apache License 2.0.