ItemAssemblyConfig MembersNetworkComms.Net Help
The ItemAssemblyConfig type exposes the following members.
Constructors

  NameDescription
Public methodItemAssemblyConfig
Instantiate a new ItemAssemblyConfig
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
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