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 collection
-