batchSize

fun batchSize(batchSize: Int): ChangeStreamFlow<T>

Sets the number of documents to return per batch.

Return

this

Parameters

batchSize

the batch size

See also