Package | Description |
---|---|
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
OverwriteMode |
DocumentCreateOptions.getOverwriteMode() |
static OverwriteMode |
OverwriteMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverwriteMode[] |
OverwriteMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DocumentCreateOptions |
DocumentCreateOptions.overwriteMode(OverwriteMode overwriteMode)
Limitations:
-
keepNull parameter is not supported
- the fields having null value are always removed during serialization
Therefore in case of update , existing attributes cannot be removed. |
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.