◆ showBackup() [1/2]
| inline |
Shows information about one or more backups accessible via the data source specified by datasource_name.
| request_ | Request object containing the parameters for the operation. |
Definition at line 59240 of file KineticaFunctions.cs.
◆ showBackup() [2/2]
| inline |
Shows information about one or more backups accessible via the data source specified by datasource_name .
| backup_name | Name of the backup. An empty string or '' will show all existing backups. Any text followed by a '' will show backups whose name starts with that text. The default value is ”. |
| datasource_name | Data source through which the backup is accessible. |
| options | Optional parameters.
|
Definition at line 59388 of file KineticaFunctions.cs.
◆ ShowBackupAsync() [1/2]
| inline |
Shows information about one or more backups accessible via the data source specified by datasource_name.
(async)
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 59261 of file KineticaFunctions.cs.
◆ ShowBackupAsync() [2/2]
| inline |
Shows information about one or more backups accessible via the data source specified by datasource_name .
(async)
| backup_name | Name of the backup. An empty string or '' will show all existing backups. Any text followed by a '' will show backups whose name starts with that text. The default value is ”. |
| datasource_name | Data source through which the backup is accessible. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 59516 of file KineticaFunctions.cs.