Uses of Class
com.arangodb.entity.CollectionPropertiesEntity
Packages that use CollectionPropertiesEntity
-
Uses of CollectionPropertiesEntity in com.arangodb
Methods in com.arangodb that return CollectionPropertiesEntityModifier and TypeMethodDescriptionArangoCollection.changeProperties
(CollectionPropertiesOptions options) Changes the properties of the collectionArangoCollection.count()
Counts the documents in a collectionArangoCollection.count
(CollectionCountOptions options) Counts the documents in a collectionArangoCollection.getProperties()
Reads the properties of the specified collectionMethods in com.arangodb that return types with arguments of type CollectionPropertiesEntityModifier and TypeMethodDescriptionArangoCollectionAsync.changeProperties
(CollectionPropertiesOptions options) Asynchronous version ofArangoCollection.changeProperties(CollectionPropertiesOptions)
ArangoCollectionAsync.count()
Asynchronous version ofArangoCollection.count()
ArangoCollectionAsync.count
(CollectionCountOptions options) Asynchronous version ofArangoCollection.count(CollectionCountOptions)
ArangoCollectionAsync.getProperties()
Asynchronous version ofArangoCollection.getProperties()