Uses of Class
io.weaviate.client.v1.batch.api.ObjectsBatchDeleter
-
Packages that use ObjectsBatchDeleter Package Description io.weaviate.client.v1.batch io.weaviate.client.v1.batch.api -
-
Uses of ObjectsBatchDeleter in io.weaviate.client.v1.batch
Methods in io.weaviate.client.v1.batch that return ObjectsBatchDeleter Modifier and Type Method Description ObjectsBatchDeleterBatch. objectsBatchDeleter() -
Uses of ObjectsBatchDeleter in io.weaviate.client.v1.batch.api
Methods in io.weaviate.client.v1.batch.api that return ObjectsBatchDeleter Modifier and Type Method Description ObjectsBatchDeleterObjectsBatchDeleter. withClassName(String className)ObjectsBatchDeleterObjectsBatchDeleter. withConsistencyLevel(String consistencyLevel)ObjectsBatchDeleterObjectsBatchDeleter. withDryRun(Boolean dryRun)ObjectsBatchDeleterObjectsBatchDeleter. withOutput(String output)ObjectsBatchDeleterObjectsBatchDeleter. withTenant(String tenant)ObjectsBatchDeleterObjectsBatchDeleter. withWhere(WhereFilter where)
-