Class CollectionEntity

java.lang.Object
com.arangodb.entity.CollectionEntity
Direct Known Subclasses:
CollectionPropertiesEntity, CollectionRevisionEntity

public class CollectionEntity extends Object
Author:
Mark Vollmary
  • Constructor Details

    • CollectionEntity

      public CollectionEntity()
  • Method Details

    • getId

      public String getId()
    • getName

      public String getName()
    • getWaitForSync

      public Boolean getWaitForSync()
    • getIsSystem

      public Boolean getIsSystem()
    • getStatus

      public CollectionStatus getStatus()
    • getType

      public CollectionType getType()
    • getSchema

      public CollectionSchema getSchema()
      Returns:
      Optional object that specifies the collection level schema for documents.
      Since:
      ArangoDB 3.7
    • getComputedValues

      public List<ComputedValue> getComputedValues()
      Returns:
      A list of computed values.
      Since:
      ArangoDB 3.10