Used to classify the different types of ChunkAvailabilityReply in response to a ChunkAvailabilityRequest
Namespace: DistributedFileSystemAssembly: DistributedFileSystem (in DistributedFileSystem.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
DataIncluded | 0 | Specifies that data will be included. | |
ItemOrChunkNotAvailable | 1 | The item or requested chunk is not available | |
PeerBusy | 2 | The contacted peer is currently busy, please try again later. |
See Also