◆ alterBackup() [1/2]
| inline |
Alters an existing database backup, accessible via the data sink specified by datasink_name.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 8055 of file KineticaFunctions.cs.
◆ alterBackup() [2/2]
| inline |
Alters an existing database backup, accessible via the data sink specified by datasink_name .
Parameters
| backup_name | Name of the backup to be altered. |
| action | Operation to be applied. Supported values:
|
| _value | Value of the modification, depending on action . |
| datasink_name | Data sink through which the backup is accessible. |
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 8168 of file KineticaFunctions.cs.
◆ AlterBackupAsync() [1/2]
| inline |
Alters an existing database backup, accessible via the data sink specified by datasink_name.
(async)
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 8076 of file KineticaFunctions.cs.
◆ AlterBackupAsync() [2/2]
| inline |
Alters an existing database backup, accessible via the data sink specified by datasink_name .
(async)
Parameters
| backup_name | Name of the backup to be altered. |
| action | Operation to be applied. Supported values:
|
| _value | Value of the modification, depending on action . |
| datasink_name | Data sink through which the backup is accessible. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 8264 of file KineticaFunctions.cs.