Package com.c8db.entity
Class IndexEntity
- java.lang.Object
-
- com.c8db.entity.IndexEntity
-
-
Constructor Summary
Constructors Constructor Description IndexEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetConstraint()BooleangetDeduplicate()IntegergetExpireAfter()Collection<String>getFields()BooleangetGeoJson()StringgetId()BooleangetInBackground()BooleangetIsNewlyCreated()IntegergetMinLength()StringgetName()DoublegetSelectivityEstimate()BooleangetSparse()IndexTypegetType()BooleangetUnique()
-
-
-
Method Detail
-
getId
public String getId()
-
getName
public String getName()
-
getInBackground
public Boolean getInBackground()
-
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()
-
-