IWindowsOperationContext Interface |
Namespace: ITHit.FileSystem.Windows
The IWindowsOperationContext type exposes the following members.
Name | Description | |
---|---|---|
FileId |
A 64 bit file system maintained, volume-wide unique ID of the placeholder file/directory to be serviced.
| |
FileIdentityData | ||
FileSize |
The logical size of the placeholder file to be serviced. It is always 0 if the subject of the callback is a directory.
| |
Filter |
If the operation was filtered, the filter is set in this property.
(Inherited from IOperationContext.) | |
PriorityHint |
A numeric scale given to the sync provider to describe the relative priority
of one fetch compared to another fetch, in order to provide the most responsive
experience to the user. The values range from 0 (lowest possible priority) to
15 (highest possible priority).
(Inherited from IOperationContext.) | |
ProcessInfo |
Contains the information about the user process that
triggered this callback.
(Inherited from IOperationContext.) | |
Properties |
Custom data associated with a placeholder, organised as a dictionary.
(Inherited from IOperationContext.) | |
RemoteStorageItemId |
Gets remote storage item ID associated with the placeholder.
(Inherited from IOperationContext.) |