| Package | Description |
|---|---|
| com.arangodb | |
| com.arangodb.async | |
| com.arangodb.async.internal | |
| com.arangodb.model |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ArangoCollection.documentExists(String key,
DocumentExistsOptions options)
Checks if the document exists by reading a single document head
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Boolean> |
ArangoCollectionAsync.documentExists(String key,
DocumentExistsOptions options)
Checks if the document exists by reading a single document head
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Boolean> |
ArangoCollectionAsyncImpl.documentExists(String key,
DocumentExistsOptions options) |
| Modifier and Type | Method and Description |
|---|---|
DocumentExistsOptions |
DocumentExistsOptions.catchException(boolean catchException)
Deprecated.
for removal
|
DocumentExistsOptions |
DocumentExistsOptions.ifMatch(String ifMatch) |
DocumentExistsOptions |
DocumentExistsOptions.ifNoneMatch(String ifNoneMatch) |
DocumentExistsOptions |
DocumentExistsOptions.streamTransactionId(String streamTransactionId) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.