Alters an existing database backup, accessible via the data sink specified by input parameter datasink_name.
Input Parameter Description
| Name | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| backup_name | string | Name of the backup to be altered. | ||||||||||||
| action | string | Operation to be applied.
| ||||||||||||
| value | string | Value of the modification, depending on input parameter action. | ||||||||||||
| datasink_name | string | Data sink through which the backup is accessible. | ||||||||||||
| options | map of string to strings | Optional parameters. The default value is an empty map ( {} ).
|
Output Parameter Description
| Name | Type | Description |
|---|---|---|
| backup_name | string | Value of input parameter backup_name. |
| backup_id | long | ID of the snapshot affected by the alter operation, if any. |
| total_bytes | long | Total size of files affected by the alter operation. |
| total_number_of_records | long | Total number of records affected by the alter operation. |
| info | map of string to strings | Additional information. |