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