Click or drag to resize

MultiRecordWriterTWriters Property

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public IEnumerable<RecordWriter<T>> Writers { get; }

Property Value

Type: IEnumerableRecordWriterT
Remarks
Note Note
Writing directly to any of these writers breaks the partitioning.
See Also