public class ParallelCollectionScanOptions extends Object
Constructor and Description |
---|
ParallelCollectionScanOptions() |
Modifier and Type | Method and Description |
---|---|
ParallelCollectionScanOptions |
batchSize(int batchSize)
The batch size to use for each cursor.
|
int |
getBatchSize()
Gets the batch size to use for each cursor.
|
public int getBatchSize()
public ParallelCollectionScanOptions batchSize(int batchSize)
batchSize
- the batch size, which must be greater than or equal to 0