interface SplitInBatchesV1NodeParameters { batchSize?: number; options?: { reset?: boolean };}
readonly batchSize?: number
The number of items to return with each call Default: 10 Type options: {"minValue":1}
readonly options?: { ... }
Default: {}
The number of items to return with each call Default: 10 Type options: {"minValue":1}