MinimumSegmentSizeBytes

WriteBufferTuningOptions.MinimumSegmentSizeBytes property

Minimum buffer segment the writer will request from its pool. Values are clamped to MinSegmentSizeBytesMaxSegmentSizeBytes and aligned up to the nearest 4 KiB boundary. Read-only, Int32.

public int MinimumSegmentSizeBytes { get; set; }

Remarks

Default value is 16 KiB.

See Also