ITransferDataOperationContext Interface |
Namespace: ITHit.FileSystem
The ITransferDataOperationContext type exposes the following members.
Name | Description | |
---|---|---|
FileSize |
Total file size, in bytes.
| |
Filter |
If the operation was filtered, the filter is set in this property.
(Inherited from IOperationContext.) | |
OptionalFileOffset |
Offset, in bytes, of a broader piece of data to provide to a sync provider. This
is optional and can be used if the sync provider prefers to work with larger
segments of data.
| |
OptionalLength |
Length, in bytes, of a broader piece of data to provide to a sync provider. This
is optional and can be used if the sync provider prefers to work with larger
segments of data.
| |
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.) |