batchSize property

int batchSize
final

The expected number of new documents to be returned per batch. Used to determine if the scroll view should stop loading data when fewer than batchSize new documents are returned from the latest query execution.

Implementation

final int batchSize;