Package com.arangodb.model
Class ZKDIndexOptions
Deprecated.
- Since:
- ArangoDB 3.9
- Author:
- Michele Rastelli
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfieldValueTypes
(ZKDIndexOptions.FieldValueTypes fieldValueTypes) Deprecated.Deprecated.Deprecated.getType()
Deprecated.Deprecated.Deprecated.Methods inherited from class com.arangodb.model.IndexOptions
getInBackground, getName, inBackground, name
-
Constructor Details
-
ZKDIndexOptions
public ZKDIndexOptions()Deprecated.
-
-
Method Details
-
getFields
Deprecated. -
getType
Deprecated. -
getUnique
Deprecated. -
unique
Deprecated.- Parameters:
unique
- if true, then create a unique index- Returns:
- options
-
getFieldValueTypes
Deprecated. -
fieldValueTypes
Deprecated.- Parameters:
fieldValueTypes
- must beZKDIndexOptions.FieldValueTypes.DOUBLE
, currently only doubles are supported as values.- Returns:
- options
-
MDIndexOptions
instead.