Uses of Class
com.datastax.astra.client.exception.TooManyDocumentsToCountException
-
Uses of TooManyDocumentsToCountException in com.datastax.astra.client
Modifier and TypeMethodDescriptionint
Collection.countDocuments
(int upperBound) Counts the number of documents in the collection.int
Collection.countDocuments
(Filter filter, int upperBound) Implementation of the @seeCollection.countDocuments(Filter, int, CountDocumentsOptions)
method with default options.int
Collection.countDocuments
(Filter filter, int upperBound, CountDocumentsOptions options) Counts the number of documents in the collection with a filter.