FileSplitterBufferSize Property

Gets or sets the buffer size used to split or merge, in Bytes.

Default value is: Kb128.

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public BufferSizes BufferSize { get; set; }

Property Value

BufferSizes
The buffer size.

Remarks

4096 Bytes ( 4 Kb) This is the default buffer size of the Microsoft's FileStream implementation. 8192 Bytes ( 8 Kb) 16384 Bytes ( 16 Kb) 32768 Bytes ( 32 Kb) 65536 Bytes ( 64 Kb) 131072 Bytes (128 Kb) 262144 Bytes (256 Kb) 524288 Bytes (512 Kb) 1048576 Bytes ( 1 Mb)

See Also