| Package | Description |
|---|---|
| com.arangodb.entity | |
| com.arangodb.model |
| Modifier and Type | Method and Description |
|---|---|
KeyType |
KeyOptions.getType() |
static KeyType |
KeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyType[] |
KeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyOptions.setType(KeyType type) |
| Constructor and Description |
|---|
KeyOptions(Boolean allowUserKeys,
KeyType type,
Integer increment,
Integer offset) |
| Modifier and Type | Method and Description |
|---|---|
CollectionCreateOptions |
CollectionCreateOptions.keyOptions(Boolean allowUserKeys,
KeyType type,
Integer increment,
Integer offset) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.