The DistributedItem type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
ChunkCheckSums |
Optional MD5 checksums for individual chunks. Useful for debugging build issues.
| |
ChunkSizeInBytes |
Maximum size of each chunk in bytes. The final chunk may be less than this value.
| |
ItemBuildCascadeDepth |
The cascade depth to use when building this item. Default is 1
| |
ItemBuildCompleted |
The DateTime this DFS item was successfully built.
| |
ItemBuildMode |
The build mode describing how the item should be built, i.e. memory or disk, as a single stream of multiple blocks
| |
ItemBytesLength |
Total item size in bytes.
| |
ItemCheckSum |
The MD5 checksum for the completed item. Used to validate a completed build.
| |
ItemIdentifier |
A unique string identifier for this DFS item. Usually a filename.
| |
ItemTypeStr |
A category for this DFS item. Allowed items to be grouped by item type.
| |
PushCount |
The total number of times this item has been pushed.
| |
SwarmChunkAvailability |
Contains a record of which peers have which chunks of this DFS item
| |
TotalChunkSupplyCount |
The total number of chunks pushed to peers
| |
TotalNumChunks |
Total number of chunks for this item
|
See Also