|
GPUdb C++ API
Version 7.2.3.0
|
A set of parameters for GPUdb::showBackup. More...
#include <gpudb/protocol/show_backup.h>
Public Member Functions | |
| ShowBackupRequest () | |
| Constructs a ShowBackupRequest object with default parameters. More... | |
| ShowBackupRequest (const std::string &backupName_, const std::string &datasourceName_, const std::map< std::string, std::string > &options_) | |
| Constructs a ShowBackupRequest object with the specified parameters. More... | |
Public Attributes | |
| std::string | backupName |
| Name of the backup. More... | |
| std::string | datasourceName |
| Data source through which the backup is accessible. More... | |
| std::map< std::string, std::string > | options |
| Optional parameters. More... | |
A set of parameters for GPUdb::showBackup.
Shows information about one or more backups accessible via the data source specified by datasourceName.
Definition at line 21 of file show_backup.h.
|
inline |
Constructs a ShowBackupRequest object with default parameters.
Definition at line 26 of file show_backup.h.
|
inline |
Constructs a ShowBackupRequest object with the specified parameters.
| [in] | backupName_ | 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 ''. |
| [in] | datasourceName_ | Data source through which the backup is accessible. |
| [in] | options_ | Optional parameters.
|
Definition at line 92 of file show_backup.h.
| std::string gpudb::ShowBackupRequest::backupName |
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 ''.
Definition at line 104 of file show_backup.h.
| std::string gpudb::ShowBackupRequest::datasourceName |
Data source through which the backup is accessible.
Definition at line 109 of file show_backup.h.
| std::map<std::string, std::string> gpudb::ShowBackupRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 148 of file show_backup.h.