Package com.arangodb.entity
Class CollectionEntity
java.lang.Object
com.arangodb.entity.CollectionEntity
- Direct Known Subclasses:
CollectionPropertiesEntity
,CollectionRevisionEntity
- Author:
- Mark Vollmary
-
Constructor Details
-
CollectionEntity
public CollectionEntity()
-
-
Method Details
-
getId
-
getName
-
getWaitForSync
-
getIsSystem
-
getStatus
-
getType
-
getSchema
- Returns:
- Optional object that specifies the collection level schema for documents.
- Since:
- ArangoDB 3.7
-
getComputedValues
- Returns:
- A list of computed values.
- Since:
- ArangoDB 3.10
-