batchSize

open override fun batchSize(batchSize: Int): ListCollectionsIterable<T>

Sets the number of documents to return per batch.

Return

this

Parameters

batchSize

the batch size

See also