public class IndexOptions extends Object
Constructor and Description |
---|
IndexOptions() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getInBackground() |
protected String |
getName() |
IndexOptions |
inBackground(Boolean inBackground) |
IndexOptions |
name(String name) |
public IndexOptions inBackground(Boolean inBackground)
inBackground
- create the the index in the background
this is a RocksDB only flag.public Boolean getInBackground()
public IndexOptions name(String name)
name
- the name of the indexprotected String getName()
Copyright © 2016–2019 ArangoDB GmbH. All rights reserved.