Uses of Class
com.arangodb.model.CollectionPropertiesOptions
Packages that use CollectionPropertiesOptions
-
Uses of CollectionPropertiesOptions in com.arangodb
Methods in com.arangodb with parameters of type CollectionPropertiesOptionsModifier and TypeMethodDescriptionArangoCollection.changeProperties(CollectionPropertiesOptions options) Changes the properties of the collectionArangoCollectionAsync.changeProperties(CollectionPropertiesOptions options) Asynchronous version ofArangoCollection.changeProperties(CollectionPropertiesOptions) -
Uses of CollectionPropertiesOptions in com.arangodb.model
Methods in com.arangodb.model that return CollectionPropertiesOptionsModifier and TypeMethodDescriptionCollectionPropertiesOptions.cacheEnabled(Boolean cacheEnabled) CollectionPropertiesOptions.computedValues(ComputedValue... computedValues) CollectionPropertiesOptions.replicationFactor(ReplicationFactor replicationFactor) CollectionPropertiesOptions.schema(CollectionSchema schema) CollectionPropertiesOptions.waitForSync(Boolean waitForSync) CollectionPropertiesOptions.writeConcern(Integer writeConcern)