public class SkiplistIndexOptions extends Object
Constructor and Description |
---|
SkiplistIndexOptions() |
Modifier and Type | Method and Description |
---|---|
protected SkiplistIndexOptions |
fields(Collection<String> fields) |
protected Collection<String> |
getFields() |
Boolean |
getSparse() |
protected IndexType |
getType() |
Boolean |
getUnique() |
SkiplistIndexOptions |
sparse(Boolean sparse) |
SkiplistIndexOptions |
unique(Boolean unique) |
protected Collection<String> getFields()
protected SkiplistIndexOptions fields(Collection<String> fields)
fields
- A list of attribute pathsprotected IndexType getType()
public Boolean getUnique()
public SkiplistIndexOptions unique(Boolean unique)
unique
- if true, then create a unique indexpublic Boolean getSparse()
public SkiplistIndexOptions sparse(Boolean sparse)
sparse
- if true, then create a sparse indexCopyright © 2016 ArangoDB GmbH. All rights reserved.