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 CollectionPropertiesEntity
ArangoCollection. changeProperties(CollectionPropertiesOptions options)
Changes the properties of the collection -
Uses of CollectionPropertiesOptions in com.arangodb.model
Methods in com.arangodb.model that return CollectionPropertiesOptions Modifier and Type Method Description CollectionPropertiesOptions
CollectionPropertiesOptions. computedValues(ComputedValue... computedValues)
CollectionPropertiesOptions
CollectionPropertiesOptions. schema(CollectionSchema schema)
CollectionPropertiesOptions
CollectionPropertiesOptions. waitForSync(Boolean waitForSync)
-