Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal |
Modifier and Type | Method and Description |
---|---|
CollectionPropertiesEntity |
ArangoCollection.changeProperties(CollectionPropertiesOptions options)
Changes the properties of the collection
|
CollectionPropertiesEntity |
ArangoCollection.count()
Counts the documents in a collection
|
CollectionPropertiesEntity |
ArangoCollection.count(CollectionCountOptions options)
Counts the documents in a collection
|
CollectionPropertiesEntity |
ArangoCollection.getProperties()
Reads the properties of the specified collection
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<CollectionPropertiesEntity> |
ArangoCollectionAsync.changeProperties(CollectionPropertiesOptions options)
Changes the properties of a collection
|
CompletableFuture<CollectionPropertiesEntity> |
ArangoCollectionAsync.count()
Counts the documents in a collection
|
CompletableFuture<CollectionPropertiesEntity> |
ArangoCollectionAsync.count(CollectionCountOptions options)
Counts the documents in a collection
|
CompletableFuture<CollectionPropertiesEntity> |
ArangoCollectionAsync.getProperties()
Reads the properties of the specified collection
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<CollectionPropertiesEntity> |
ArangoCollectionAsyncImpl.changeProperties(CollectionPropertiesOptions options) |
CompletableFuture<CollectionPropertiesEntity> |
ArangoCollectionAsyncImpl.count() |
CompletableFuture<CollectionPropertiesEntity> |
ArangoCollectionAsyncImpl.count(CollectionCountOptions options) |
CompletableFuture<CollectionPropertiesEntity> |
ArangoCollectionAsyncImpl.getProperties() |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.