StateSyncEntry Properties |
The StateSyncEntry type exposes the following members.
Name | Description | |
---|---|---|
Attributes |
Gets or sets the entry attributes.
| |
ContentVersion |
Gets or sets an optional entry content version.
This is specific to the file system that has lead to the creation this entry.
| |
CreationTime |
Gets or sets the entry creation time.
| |
ExtendedData |
Gets or sets an optional entry custom data.
This is specific to the file system that has lead to the creation this entry.
| |
ExtendedDataKeys |
Gets the extended data keys when extended data is used as a key-value dictionary.
This is specific to the file system that has lead to the creation this entry.
| |
FileName |
Gets or sets the file name. Settings this property value automatically sets the Name property value.
| |
Id |
Gets or sets this entry identifier. Note the identifier is case sensitive.
| |
IsDirectory |
Gets a value indicating whether this instance is a directory.
| |
IsHidden |
Gets a value indicating whether this instance is hidden.
| |
LastWriteTime |
Gets or sets the entry last write time.
| |
Name |
Gets or sets this entry name. The name is not case sensitive. The name maximum length is MaximumNameLength (255).
Settings this property value automatically sets the FileName property value.
Note the ParentId + Name combination must be unique.
| |
ParentId |
Gets or sets this entry parent's identifier. The parent identifier is case sensitive.
Note the ParentId + Name combination must be unique.
| |
Size |
Gets or sets the entry size. It must be 0 for a directory entry.
|