The ItemAssemblyConfig type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | ChunkCheckSums |
Optional MD5 checksums for individual chunks.
|
![]() | ChunkSizeInBytes |
Maximum size of each chunk in bytes. The final chunk may be less than this value.
|
![]() | CompletedPacketType |
The packet type to use once the item has been fully assembled
|
![]() | ItemBuildCascadeDepth |
The cascade depth to use when building this item. Default is 1
|
![]() | ItemBuildMode |
Build mode determines how the item should be built, i.e. memory or disk as a single stream or multiple blocks
|
![]() | ItemCheckSum |
MD5 checksum of assembled item. Used for validating a completed build
|
![]() | ItemIdentifier |
A unique identifier for this item, usually a file name
|
![]() | ItemTypeStr |
A category string which can be used to group distributed items together
|
![]() | SwarmChunkAvailabilityBytes |
The serialised SwarmChunkAvailability
|
![]() | TotalItemSizeInBytes |
Total item size in bytes
|
![]() | TotalNumChunks |
Total number of chunks in this DFS item
|
See Also