Reference

StreamListOptions

Configures how a list is divided into asynchronous batches.

Signature

interface StreamListOptions

Members

batchSize: number
loadBatch: (items: readonly TInput[], batch: { index: number; size: number; start: number }): readonly TItem[] | PromiseLike<readonly TItem[]>