Click or drag to resize

ITransferDataOperationContext Interface

IT Hit User File System

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26727.0-Beta2
Syntax
public interface ITransferDataOperationContext : IOperationContext

The ITransferDataOperationContext type exposes the following members.

Properties
  NameDescription
Public propertyFileSize
Total file size, in bytes.
Public propertyFilter
If operation was filtered, the filter that excluded this operation is set in this property.
(Inherited from IOperationContext.)
Public propertyOptionalFileOffset
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.
Public propertyOptionalLength
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.
Public propertyPriorityHint
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.)
Public propertyProcessInfo
Contains the information about the user process that triggers this callback.
(Inherited from IOperationContext.)
Public propertyProperties
Custom data associated with a placeholder, organised as a dictionary.
(Inherited from IOperationContext.)
Public propertyRemoteStorageItemId
Gets remote storage item ID associated with the placeholder.
(Inherited from IOperationContext.)
Top
See Also