ItemAssemblyConfig PropertiesNetworkComms.Net Help
The ItemAssemblyConfig type exposes the following members.
Properties

  NameDescription
Public propertyChunkCheckSums
Optional MD5 checksums for individual chunks.
Public propertyChunkSizeInBytes
Maximum size of each chunk in bytes. The final chunk may be less than this value.
Public propertyCompletedPacketType
The packet type to use once the item has been fully assembled
Public propertyItemBuildCascadeDepth
The cascade depth to use when building this item. Default is 1
Public propertyItemBuildMode
Build mode determines how the item should be built, i.e. memory or disk as a single stream or multiple blocks
Public propertyItemCheckSum
MD5 checksum of assembled item. Used for validating a completed build
Public propertyItemIdentifier
A unique identifier for this item, usually a file name
Public propertyItemTypeStr
A category string which can be used to group distributed items together
Public propertySwarmChunkAvailabilityBytes
The serialised SwarmChunkAvailability
Public propertyTotalItemSizeInBytes
Total item size in bytes
Public propertyTotalNumChunks
Total number of chunks in this DFS item
Back to Top
See Also