Uses of Class
com.datastax.astra.client.exception.TooManyDocumentsToCountException
Packages that use TooManyDocumentsToCountException
-
Uses of TooManyDocumentsToCountException in com.datastax.astra.client
Methods in com.datastax.astra.client that throw TooManyDocumentsToCountExceptionModifier 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.