Class ObjectsBatchDeleter
- java.lang.Object
-
- technology.semi.weaviate.client.base.BaseClient<BatchDeleteResponse>
-
- technology.semi.weaviate.client.v1.batch.api.ObjectsBatchDeleter
-
- All Implemented Interfaces:
ClientResult<BatchDeleteResponse>
public class ObjectsBatchDeleter extends BaseClient<BatchDeleteResponse> implements ClientResult<BatchDeleteResponse>
-
-
Constructor Summary
Constructors Constructor Description ObjectsBatchDeleter(HttpClient httpClient, Config config, ObjectsPath objectsPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Result<BatchDeleteResponse>run()ObjectsBatchDeleterwithClassName(String className)ObjectsBatchDeleterwithConsistencyLevel(String consistencyLevel)ObjectsBatchDeleterwithDryRun(Boolean dryRun)ObjectsBatchDeleterwithOutput(String output)ObjectsBatchDeleterwithWhere(WhereFilter where)-
Methods inherited from class technology.semi.weaviate.client.base.BaseClient
sendDeleteRequest, sendGetRequest, sendHeadRequest, sendPatchRequest, sendPostRequest, sendPutRequest
-
-
-
-
Constructor Detail
-
ObjectsBatchDeleter
public ObjectsBatchDeleter(HttpClient httpClient, Config config, ObjectsPath objectsPath)
-
-
Method Detail
-
withClassName
public ObjectsBatchDeleter withClassName(String className)
-
withConsistencyLevel
public ObjectsBatchDeleter withConsistencyLevel(String consistencyLevel)
-
withWhere
public ObjectsBatchDeleter withWhere(WhereFilter where)
-
withOutput
public ObjectsBatchDeleter withOutput(String output)
-
withDryRun
public ObjectsBatchDeleter withDryRun(Boolean dryRun)
-
run
public Result<BatchDeleteResponse> run()
- Specified by:
runin interfaceClientResult<BatchDeleteResponse>
-
-