maxBatches property

int? maxBatches
final

The maximum number of batches to load. If unspecified, will support loading an infinite number of batches until a batch loads fewer than batchSize documents.

Implementation

final int? maxBatches;