Class IndexEntity

java.lang.Object
com.arangodb.entity.IndexEntity

public final class IndexEntity extends Object
Author:
Mark Vollmary
  • Constructor Details

    • IndexEntity

      public IndexEntity()
  • Method Details

    • getId

      public String getId()
    • getInBackground

      public Boolean getInBackground()
    • getName

      public String getName()
    • getType

      public IndexType getType()
    • getFields

      public Collection<String> getFields()
    • getSelectivityEstimate

      public Double getSelectivityEstimate()
    • getUnique

      public Boolean getUnique()
    • getSparse

      public Boolean getSparse()
    • getMinLength

      public Integer getMinLength()
    • getIsNewlyCreated

      public Boolean getIsNewlyCreated()
    • getGeoJson

      public Boolean getGeoJson()
    • getExpireAfter

      public Integer getExpireAfter()
    • getConstraint

      public Boolean getConstraint()
    • getDeduplicate

      public Boolean getDeduplicate()
    • getEstimates

      public Boolean getEstimates()
    • getCacheEnabled

      public Boolean getCacheEnabled()
    • getStoredValues

      public Collection<String> getStoredValues()
    • getLegacyPolygons

      public Boolean getLegacyPolygons()
    • getFieldValueTypes

      public MDIFieldValueTypes getFieldValueTypes()
    • getPrefixFields

      public Collection<String> getPrefixFields()