ITransferDataOperationContext Interface |
Namespace: ITHit.FileSystem
The ITransferDataOperationContext type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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 |
Points to a structure that contains the information about the user process that
triggers this callback.
(Inherited from IOperationContext.) |