API Reference

Class

CsvDataReaderParallelOptions

Namespace OfficeIMO.CSV
Assembly OfficeIMO.CSV
Modifiers sealed

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() #

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.