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()
-
Uses of CollectionPropertiesEntity in com.arangodb.internal
Methods in com.arangodb.internal that return CollectionPropertiesEntityModifier and TypeMethodDescriptionArangoCollectionImpl.changeProperties
(CollectionPropertiesOptions options) ArangoCollectionImpl.count()
ArangoCollectionImpl.count
(CollectionCountOptions options) ArangoCollectionImpl.getProperties()
Methods in com.arangodb.internal that return types with arguments of type CollectionPropertiesEntityModifier and TypeMethodDescriptionArangoCollectionAsyncImpl.changeProperties
(CollectionPropertiesOptions options) ArangoCollectionAsyncImpl.count()
ArangoCollectionAsyncImpl.count
(CollectionCountOptions options) ArangoCollectionAsyncImpl.getProperties()