API Reference

Class

CsvWriteParallelOptions

Namespace OfficeIMO.CSV
Assembly OfficeIMO.CSV
Modifiers sealed

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

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.