public abstract class IndexOptions<T extends IndexOptions<T>> extends Object
This final class is used for all index similarities
Modifier | Constructor and Description |
---|---|
protected |
IndexOptions() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getInBackground() |
String |
getName() |
T |
inBackground(Boolean inBackground) |
T |
name(String name) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.