public class EdgeUpdateOptions extends Object
Constructor and Description |
---|
EdgeUpdateOptions() |
Modifier and Type | Method and Description |
---|---|
String |
getIfMatch() |
Boolean |
getKeepNull() |
Boolean |
getWaitForSync() |
EdgeUpdateOptions |
ifMatch(String ifMatch) |
EdgeUpdateOptions |
keepNull(Boolean keepNull) |
EdgeUpdateOptions |
waitForSync(Boolean waitForSync) |
public Boolean getKeepNull()
public EdgeUpdateOptions keepNull(Boolean keepNull)
keepNull
- If the intention is to delete existing attributes with the patch command, the URL query parameter
keepNull can be used with a value of false. This will modify the behavior of the patch command to
remove any attributes from the existing document that are contained in the patch document with an
attribute value of null.public Boolean getWaitForSync()
public EdgeUpdateOptions waitForSync(Boolean waitForSync)
waitForSync
- Wait until document has been synced to disk.public String getIfMatch()
public EdgeUpdateOptions ifMatch(String ifMatch)
ifMatch
- replace a document based on target revisionCopyright © 2016–2019 ArangoDB GmbH. All rights reserved.