Package com.arangodb.model
Class CollectionPropertiesOptions
java.lang.Object
com.arangodb.model.CollectionPropertiesOptions
- Author:
- Mark Vollmary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomputedValues
(ComputedValue... computedValues) schema
(CollectionSchema schema) waitForSync
(Boolean waitForSync)
-
Constructor Details
-
CollectionPropertiesOptions
public CollectionPropertiesOptions()
-
-
Method Details
-
getWaitForSync
-
waitForSync
- Parameters:
waitForSync
- If true then creating or changing a document will wait until the data has been synchronized to disk.- Returns:
- options
-
getSchema
-
schema
- Parameters:
schema
- object that specifies the collection level schema for documents- Returns:
- options
- Since:
- ArangoDB 3.7
-
computedValues
- Parameters:
computedValues
- An optional list of computed values.- Returns:
- options
- Since:
- ArangoDB 3.10
-
getComputedValues
-