Uses of Class
com.arangodb.model.CollectionCountOptions
-
Packages that use CollectionCountOptions Package Description com.arangodb -
-
Uses of CollectionCountOptions in com.arangodb
Methods in com.arangodb with parameters of type CollectionCountOptions Modifier and Type Method Description CollectionPropertiesEntity
ArangoCollection. count(CollectionCountOptions options)
Counts the documents in a collectionCompletableFuture<CollectionPropertiesEntity>
ArangoCollectionAsync. count(CollectionCountOptions options)
Asynchronous version ofArangoCollection.count(CollectionCountOptions)
-