Package io.weaviate.client.v1.batch.api
Class ObjectsBatchDeleter
java.lang.Object
io.weaviate.client.base.BaseClient<BatchDeleteResponse>
io.weaviate.client.v1.batch.api.ObjectsBatchDeleter
- All Implemented Interfaces:
ClientResult<BatchDeleteResponse>
public class ObjectsBatchDeleter
extends BaseClient<BatchDeleteResponse>
implements ClientResult<BatchDeleteResponse>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields inherited from class io.weaviate.client.base.BaseClient
config, serializer -
Constructor Summary
ConstructorsConstructorDescriptionObjectsBatchDeleter(HttpClient httpClient, Config config, ObjectsPath objectsPath) -
Method Summary
Modifier and TypeMethodDescriptionrun()withClassName(String className) withConsistencyLevel(String consistencyLevel) withDryRun(Boolean dryRun) withOutput(String output) withTenant(String tenant) withWhere(WhereFilter where) Methods inherited from class io.weaviate.client.base.BaseClient
getWeaviateErrorResponse, sendDeleteRequest, sendGetRequest, sendHeadRequest, sendHttpRequest, sendPatchRequest, sendPostRequest, sendPutRequest, toResponse
-
Constructor Details
-
ObjectsBatchDeleter
-
-
Method Details
-
withClassName
-
withConsistencyLevel
-
withTenant
-
withWhere
-
withOutput
-
withDryRun
-
run
- Specified by:
runin interfaceClientResult<BatchDeleteResponse>
-