Uses of Class
com.arangodb.model.CollectionPropertiesOptions
-
Packages that use CollectionPropertiesOptions Package Description com.arangodb com.arangodb.model -
-
Uses of CollectionPropertiesOptions in com.arangodb
Methods in com.arangodb with parameters of type CollectionPropertiesOptions Modifier and Type Method Description CollectionPropertiesEntityArangoCollection. changeProperties(CollectionPropertiesOptions options)Changes the properties of the collectionCompletableFuture<CollectionPropertiesEntity>ArangoCollectionAsync. changeProperties(CollectionPropertiesOptions options)Asynchronous version ofArangoCollection.changeProperties(CollectionPropertiesOptions) -
Uses of CollectionPropertiesOptions in com.arangodb.model
Methods in com.arangodb.model that return CollectionPropertiesOptions Modifier and Type Method Description CollectionPropertiesOptionsCollectionPropertiesOptions. computedValues(ComputedValue... computedValues)CollectionPropertiesOptionsCollectionPropertiesOptions. schema(CollectionSchema schema)CollectionPropertiesOptionsCollectionPropertiesOptions. waitForSync(Boolean waitForSync)
-