A set of parameters for Kinetica.alterBackup.
More...
A set of parameters for Kinetica.alterBackup.
Alters an existing database backup containing a current snapshot of existing objects.
Definition at line 16 of file AlterBackup.cs.
◆ AlterBackupRequest() [1/2]
| kinetica.AlterBackupRequest.AlterBackupRequest |
( |
| ) |
|
|
inline |
◆ AlterBackupRequest() [2/2]
| kinetica.AlterBackupRequest.AlterBackupRequest |
( |
string |
backup_name, |
|
|
string |
action, |
|
|
string |
_value, |
|
|
string |
datasink_name, |
|
|
IDictionary< string, string > |
options = null |
|
) |
| |
|
inline |
Constructs an AlterBackupRequest object with the specified parameters.
- Parameters
-
| backup_name | Name of the backup object to be altered |
| action | Operation to be applied. Supported values:
|
| _value | Action specific argument. |
| datasink_name | Datasink where backup will be stored. |
| options | Optional parameters.
-
COMMENT: Comments to store with the new backup instance
-
DRY_RUN: Dry run of backup changes. Supported values:
The default value is FALSE.
The default value is an empty Dictionary. |
Definition at line 201 of file AlterBackup.cs.
◆ _value
| string kinetica.AlterBackupRequest._value |
|
getset |
◆ action
| string kinetica.AlterBackupRequest.action |
|
getset |
Operation to be applied.
Supported values:
Definition at line 101 of file AlterBackup.cs.
◆ backup_name
| string kinetica.AlterBackupRequest.backup_name |
|
getset |
Name of the backup object to be altered
Definition at line 69 of file AlterBackup.cs.
◆ datasink_name
| string kinetica.AlterBackupRequest.datasink_name |
|
getset |
◆ options
| IDictionary<string, string> kinetica.AlterBackupRequest.options = new Dictionary<string, string>() |
|
getset |
Optional parameters.
-
COMMENT: Comments to store with the new backup instance
-
DRY_RUN: Dry run of backup changes. Supported values:
The default value is FALSE.
The default value is an empty Dictionary.
Definition at line 133 of file AlterBackup.cs.
The documentation for this class was generated from the following file:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/AlterBackup.cs