Click or drag to resize

MergeRecordReaderConfigurationElementMergeStreamReadBufferSize Property

Gets or sets the buffer size to use for each input file.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public BinarySize MergeStreamReadBufferSize { get; set; }

Property Value

Type: BinarySize
The size of the read buffer for each merge stream.
See Also