| Package | Description |
|---|---|
| com.arangodb | |
| com.arangodb.async | |
| com.arangodb.async.internal | |
| com.arangodb.model |
| Modifier and Type | Method and Description |
|---|---|
CollectionEntity |
ArangoCollection.truncate(CollectionTruncateOptions options)
Removes all documents from the collection, but leaves the indexes intact
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CollectionEntity> |
ArangoCollectionAsync.truncate(CollectionTruncateOptions options)
Removes all documents from the collection, but leaves the indexes intact
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CollectionEntity> |
ArangoCollectionAsyncImpl.truncate(CollectionTruncateOptions options) |
| Modifier and Type | Method and Description |
|---|---|
CollectionTruncateOptions |
CollectionTruncateOptions.streamTransactionId(String streamTransactionId) |
Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.