Uses of Class
com.c8db.model.CollectionTruncateOptions
-
Packages that use CollectionTruncateOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of CollectionTruncateOptions in com.c8db
Methods in com.c8db with parameters of type CollectionTruncateOptions Modifier and Type Method Description CollectionEntityC8Collection. truncate(CollectionTruncateOptions options)Removes all documents from the collection, but leaves the indexes intact -
Uses of CollectionTruncateOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type CollectionTruncateOptions Modifier and Type Method Description CollectionEntityC8CollectionImpl. truncate(CollectionTruncateOptions options)protected RequestInternalC8Collection. truncateRequest(CollectionTruncateOptions options) -
Uses of CollectionTruncateOptions in com.c8db.model
Methods in com.c8db.model that return CollectionTruncateOptions Modifier and Type Method Description CollectionTruncateOptionsCollectionTruncateOptions. streamTransactionId(String streamTransactionId)
-