Instantiate a new DFS item which is complete.
Namespace: DistributedFileSystemAssembly: DistributedFileSystem (in DistributedFileSystem.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- itemTypeStr
- Type: System String
A category string which can be used to group distributed items together.
- itemIdentifier
- Type: System String
A unique identifier for this item, usually a file name
- itemData
- Type: System.IO Stream
A stream containing the data for this item
- seedConnectionInfoList
- Type: System.Collections.Generic List ConnectionInfo
A list of connecitonInfo corresponding to peers that will act as seeds
- itemBuildMode
- Type: DistributedFileSystem ItemBuildMode
The build mode to be used for distributing this item, i.e. memory or disk, as a single continuous stream or blocks
- enableChunkChecksum (Optional)
- Type: System Boolean
If true checkSums will be validated for each chunk before it is integrated. Reduces the performance of the DFS.
- itemBuildCascadeDepth (Optional)
- Type: System Int32
The cascade depth to use when building this item. Default is 1
See Also