@Repeatable(value=HashIndexes.class) @Retention(value=RUNTIME) @Target(value=TYPE) public @interface HashIndex
Modifier and Type | Required Element and Description |
---|---|
String[] |
fields
A list of attribute paths
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
deduplicate
If false, the deduplication of array values is turned off.
|
boolean |
sparse
If true, then create a sparse index
|
boolean |
unique
If true, then create a unique index
|
public abstract String[] fields
Copyright © 2017–2020 ArangoDB GmbH. All rights reserved.