Package com.arangodb.model
Class MDIndexOptions
- java.lang.Object
-
- com.arangodb.model.IndexOptions<T>
-
- com.arangodb.model.AbstractMDIndexOptions<MDIndexOptions>
-
- com.arangodb.model.MDIndexOptions
-
public final class MDIndexOptions extends AbstractMDIndexOptions<MDIndexOptions>
- Since:
- ArangoDB 3.12
- Author:
- Michele Rastelli
-
-
Constructor Summary
Constructors Constructor Description MDIndexOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexType
getType()
-
Methods inherited from class com.arangodb.model.AbstractMDIndexOptions
estimates, fieldValueTypes, getEstimates, getFields, getFieldValueTypes, getSparse, getStoredValues, getUnique, sparse, storedValues, unique
-
Methods inherited from class com.arangodb.model.IndexOptions
getInBackground, getName, inBackground, name
-
-
-
-
Method Detail
-
getType
public IndexType getType()
- Specified by:
getType
in classAbstractMDIndexOptions<MDIndexOptions>
-
-