API Reference

Class

ReaderBatchOptions

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Bounds multi-document asynchronous Reader execution.

Inheritance

  • Object
  • ReaderBatchOptions

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

Properties

public Nullable<Int32> MaxDegreeOfParallelism { get; set; } #

Maximum number of document reads in flight. Null uses the reader's configured limit.

public Int32 MaxDocuments { get; set; } #

Maximum number of input documents accepted by one batch. Default: 500.