Reference
StreamListOptions
Configures how a list is divided into asynchronous batches.
Signature
interface StreamListOptionsMembers
batchSize: numberloadBatch: (items: readonly TInput[], batch: { index: number; size: number; start: number }): readonly TItem[] | PromiseLike<readonly TItem[]>