Class BackupCanceler

java.lang.Object
io.weaviate.client.base.AsyncBaseClient<Void>
io.weaviate.client.v1.async.backup.api.BackupCanceler
All Implemented Interfaces:
AsyncClientResult<Void>

public class BackupCanceler extends AsyncBaseClient<Void> implements AsyncClientResult<Void>
BackupCanceler can cancel an in-progress backup by ID.

Canceling backups which have successfully completed before being interrupted is not supported and will result in an error.