Uses of Class
com.arangodb.model.CollectionTruncateOptions
Packages that use CollectionTruncateOptions
-
Uses of CollectionTruncateOptions in com.arangodb
Methods in com.arangodb with parameters of type CollectionTruncateOptionsModifier and TypeMethodDescriptionArangoCollection.truncate
(CollectionTruncateOptions options) Removes all documents from the collection, but leaves the indexes intactArangoCollectionAsync.truncate
(CollectionTruncateOptions options) Asynchronous version ofArangoCollection.truncate(CollectionTruncateOptions)