A set of parameters for Kinetica.alterBackup.
More...
|
| AlterBackupRequest () |
| Constructs an AlterBackupRequest object with default parameters. More...
|
|
| AlterBackupRequest (string backup_name, string action, string _value, string datasink_name, IDictionary< string, string > options=null) |
| Constructs an AlterBackupRequest object with the specified parameters. More...
|
|
| AlterBackupRequest () |
| Constructs an AlterBackupRequest object with default parameters. More...
|
|
| AlterBackupRequest (string backup_name, string action, string _value, string datasink_name, IDictionary< string, string > options=null) |
| Constructs an AlterBackupRequest object with the specified parameters. More...
|
|
| KineticaData (KineticaType type) |
| Constructor from Kinetica Type More...
|
|
| KineticaData (System.Type type=null) |
| Default constructor, with optional System.Type More...
|
|
object | Get (int fieldPos) |
| Retrieve a specific property from this object More...
|
|
void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object More...
|
|
| KineticaData (KineticaType type) |
| Constructor from Kinetica Type More...
|
|
| KineticaData (System.Type type=null) |
| Default constructor, with optional System.Type More...
|
|
object | Get (int fieldPos) |
| Retrieve a specific property from this object More...
|
|
void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object 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/4]
kinetica.AlterBackupRequest.AlterBackupRequest |
( |
| ) |
|
|
inline |
◆ AlterBackupRequest() [2/4]
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.
◆ AlterBackupRequest() [3/4]
kinetica.AlterBackupRequest.AlterBackupRequest |
( |
| ) |
|
|
inline |
◆ AlterBackupRequest() [4/4]
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