delete_backup¶
Operation¶
delete_backup
async
¶
delete_backup(input: DeleteBackupInput, plugins: list[Plugin] | None = None) -> DeleteBackupOutput
Deletes an existing backup of a table.
You can call DeleteBackup at a maximum rate of 10 times per second.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteBackupInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
DeleteBackupOutput
|
An instance of |
Input¶
DeleteBackupInput
dataclass
¶
Output¶
DeleteBackupOutput
dataclass
¶
Dataclass for DeleteBackupOutput structure.
Attributes¶
backup_description
class-attribute
instance-attribute
¶
backup_description: BackupDescription | None = None
Contains the description of the backup created for the table.