API Reference
Class
CsvWriteParallelOptions
Controls bounded, ordered parallel formatting for streaming CSV writes.
Inheritance
- Object
- CsvWriteParallelOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public CsvWriteParallelOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Int32> MaxDegreeOfParallelism { get; set; } #Gets or sets the maximum number of row-formatting workers. When omitted, the writer uses up to four workers.
public Int32 BatchSize { get; set; } #Gets or sets the number of rows in each pipeline batch. Default is 4,096 rows.
public Int32 MaximumBufferedCellsPerBatch { get; set; } #Gets or sets the maximum number of field slots retained in each row batch. The writer retains at most two batches. Default is 1,048,576 field slots per batch.