The ItemAssemblyConfig type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
ItemAssemblyConfig |
Instantiate a new ItemAssemblyConfig
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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