API Reference
Class
CsvDataReaderParallelOptions
Controls bounded, ordered parallel processing for a CSV data reader.
Inheritance
- Object
- CsvDataReaderParallelOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public CsvDataReaderParallelOptions() #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 batches projected concurrently. A null value uses up to four workers, bounded by ProcessorCount.
public Nullable<Int32> BatchSize { get; set; } #Gets or sets the number of rows in each worker batch. A null value lets the reader choose its tuned bounded default.