Click or drag to resize

SpillRecordWriterOptions Enumeration

Namespace:  Ookii.Jumbo.Jet.Channels
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
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