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 CollectionPropertiesEntity
ArangoCollection. changeProperties(CollectionPropertiesOptions options)
Changes the properties of the collectionCollectionPropertiesEntity
ArangoCollection. count()
Counts the documents in a collectionCollectionPropertiesEntity
ArangoCollection. count(CollectionCountOptions options)
Counts the documents in a collectionCollectionPropertiesEntity
ArangoCollection. 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()
-