SpillRecordWriterOptions Enumeration |
Namespace: Ookii.Jumbo.Jet.Channels
Member name | Value | Description | |
---|---|---|---|
None | 0 | Default behavior is used. Records will never wrap around the end of the buffer, and index entries always describe only one record. | |
AllowRecordWrapping | 1 | Records are allowed to wrap around the end of the circular buffer. | |
AllowMultiRecordIndexEntries | 2 | Index entries for multiple records of the same partition are allowed to be merged. |