Class CollectionEntity

    • Constructor Detail

      • CollectionEntity

        public CollectionEntity()
    • Method Detail

      • getId

        public String getId()
      • getName

        public String getName()
      • getWaitForSync

        public Boolean getWaitForSync()
      • getIsSystem

        public Boolean getIsSystem()
      • 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