public class SkiplistIndexOptions extends IndexOptions<SkiplistIndexOptions>
| Constructor and Description |
|---|
SkiplistIndexOptions() |
| Modifier and Type | Method and Description |
|---|---|
SkiplistIndexOptions |
deduplicate(Boolean deduplicate) |
protected SkiplistIndexOptions |
fields(Iterable<String> fields) |
Boolean |
getDeduplicate() |
protected Iterable<String> |
getFields() |
Boolean |
getSparse() |
protected SkiplistIndexOptions |
getThis() |
protected IndexType |
getType() |
Boolean |
getUnique() |
SkiplistIndexOptions |
sparse(Boolean sparse) |
SkiplistIndexOptions |
unique(Boolean unique) |
getInBackground, getName, inBackground, nameprotected SkiplistIndexOptions getThis()
getThis in class IndexOptions<SkiplistIndexOptions>protected SkiplistIndexOptions fields(Iterable<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 indexpublic Boolean getDeduplicate()
public SkiplistIndexOptions deduplicate(Boolean deduplicate)
deduplicate - if false, the deduplication of array values is turned off.Copyright © 2016–2019 ArangoDB GmbH. All rights reserved.