Click or drag to resize

SpillRecordWriterOptions Enumeration

Flags controlling the behavior of the SpillRecordWriterT.

Namespace: Ookii.Jumbo.Jet.Channels
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
[FlagsAttribute]
public enum SpillRecordWriterOptions
Members
Member nameValueDescription
None0 Default behavior is used. Records will never wrap around the end of the buffer, and index entries always describe only one record.
AllowRecordWrapping1 Records are allowed to wrap around the end of the circular buffer.
AllowMultiRecordIndexEntries2 Index entries for multiple records of the same partition are allowed to be merged.
See Also