Uses of Class
com.arangodb.model.CollectionTruncateOptions
-
Packages that use CollectionTruncateOptions Package Description com.arangodb com.arangodb.model -
-
Uses of CollectionTruncateOptions in com.arangodb
Methods in com.arangodb with parameters of type CollectionTruncateOptions Modifier and Type Method Description CollectionEntityArangoCollection. truncate(CollectionTruncateOptions options)Removes all documents from the collection, but leaves the indexes intactCompletableFuture<CollectionEntity>ArangoCollectionAsync. truncate(CollectionTruncateOptions options)Asynchronous version ofArangoCollection.truncate(CollectionTruncateOptions) -
Uses of CollectionTruncateOptions in com.arangodb.model
Methods in com.arangodb.model that return CollectionTruncateOptions Modifier and Type Method Description CollectionTruncateOptionsCollectionTruncateOptions. streamTransactionId(String streamTransactionId)
-