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 | |
|---|---|---|
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
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