Skip to content

Home > @idealeap/pipeline > PipeOptions > batch

PipeOptions.batch property

A flag indicating whether batching should be used. If true, the pipe will handle inputs in batches.

Signature:

typescript
batch?: boolean;
batch?: boolean;

Released under the MIT License.