Uses of Class
com.arangodb.entity.CollectionPropertiesEntity
-
Packages that use CollectionPropertiesEntity Package Description com.arangodb -
-
Uses of CollectionPropertiesEntity in com.arangodb
Methods in com.arangodb that return CollectionPropertiesEntity Modifier and Type Method Description CollectionPropertiesEntityArangoCollection. changeProperties(CollectionPropertiesOptions options)Changes the properties of the collectionCollectionPropertiesEntityArangoCollection. count()Counts the documents in a collectionCollectionPropertiesEntityArangoCollection. count(CollectionCountOptions options)Counts the documents in a collectionCollectionPropertiesEntityArangoCollection. getProperties()Reads the properties of the specified collectionMethods in com.arangodb that return types with arguments of type CollectionPropertiesEntity Modifier and Type Method Description CompletableFuture<CollectionPropertiesEntity>ArangoCollectionAsync. changeProperties(CollectionPropertiesOptions options)Asynchronous version ofArangoCollection.changeProperties(CollectionPropertiesOptions)CompletableFuture<CollectionPropertiesEntity>ArangoCollectionAsync. count()Asynchronous version ofArangoCollection.count()CompletableFuture<CollectionPropertiesEntity>ArangoCollectionAsync. count(CollectionCountOptions options)Asynchronous version ofArangoCollection.count(CollectionCountOptions)CompletableFuture<CollectionPropertiesEntity>ArangoCollectionAsync. getProperties()Asynchronous version ofArangoCollection.getProperties()
-