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 object. More... | |
std::string | datasourceName |
Datasource where backup is located. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::showBackup.
Shows information about a backup Returns detailed information about one or more backup instances.
Definition at line 18 of file show_backup.h.
|
inline |
Constructs a ShowBackupRequest object with default parameters.
Definition at line 23 of file show_backup.h.
|
inline |
Constructs a ShowBackupRequest object with the specified parameters.
[in] | backupName_ | Name of the backup object. An empty string or '*' will return all existing backups. The default value is ''. |
[in] | datasourceName_ | Datasource where backup is located. |
[in] | options_ | Optional parameters.
|
Definition at line 86 of file show_backup.h.
std::string gpudb::ShowBackupRequest::backupName |
Name of the backup object.
An empty string or '*' will return all existing backups. The default value is ''.
Definition at line 97 of file show_backup.h.
std::string gpudb::ShowBackupRequest::datasourceName |
Datasource where backup is located.
Definition at line 102 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 141 of file show_backup.h.