Class BackupCanceler

java.lang.Object
io.weaviate.client.base.BaseClient<Void>
io.weaviate.client.v1.backup.api.BackupCanceler
All Implemented Interfaces:
ClientResult<Void>

public class BackupCanceler extends BaseClient<Void> implements ClientResult<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.