Click or drag to resize

DistributedItemData Constructor (DataBuildMode, DictionaryInt32, Stream, Boolean)

Namespace:  DistributedFileSystem
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public DistributedItemData(
	DataBuildMode dataBuildMode,
	Dictionary<int, Stream> itemDataStreams,
	bool enableChunkChecksum = false
)

Parameters

dataBuildMode
Type: DistributedFileSystemDataBuildMode
itemDataStreams
Type: System.Collections.GenericDictionaryInt32, Stream
enableChunkChecksum (Optional)
Type: SystemBoolean
See Also