Interface SplitInBatchesV3NodeParameters

Source
interface SplitInBatchesV3NodeParameters {
    batchSize?: number;
    options?: { reset?: boolean };
}

Properties§

Source§

readonly batchSize?: number

The number of items to return with each call Default: 1 Type options: {"minValue":1}

Source§

readonly options?: { reset?: boolean }

Default: {}