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