|
GPUdb C++ API
Version 7.2.3.0
|
A set of parameters for GPUdb::dropBackup. More...
#include <gpudb/protocol/drop_backup.h>
Public Member Functions | |
| DropBackupRequest () | |
| Constructs a DropBackupRequest object with default parameters. More... | |
| DropBackupRequest (const std::string &backupName_, const std::string &datasinkName_, const std::map< std::string, std::string > &options_) | |
| Constructs a DropBackupRequest object with the specified parameters. More... | |
Public Attributes | |
| std::string | backupName |
| Name of the backup object to be deleted. More... | |
| std::string | datasinkName |
| Datasink where backup is stored. More... | |
| std::map< std::string, std::string > | options |
| Optional parameters. More... | |
A set of parameters for GPUdb::dropBackup.
Deletes an existing database backup and all its contained snapshots.
Definition at line 17 of file drop_backup.h.
|
inline |
Constructs a DropBackupRequest object with default parameters.
Definition at line 22 of file drop_backup.h.
|
inline |
Constructs a DropBackupRequest object with the specified parameters.
| [in] | backupName_ | Name of the backup object to be deleted. An empty string or '*' will delete all existing backups if true. |
| [in] | datasinkName_ | Datasink where backup is stored. |
| [in] | options_ | Optional parameters.
|
Definition at line 88 of file drop_backup.h.
| std::string gpudb::DropBackupRequest::backupName |
Name of the backup object to be deleted.
An empty string or '*' will delete all existing backups if true.
Definition at line 99 of file drop_backup.h.
| std::string gpudb::DropBackupRequest::datasinkName |
Datasink where backup is stored.
Definition at line 104 of file drop_backup.h.
| std::map<std::string, std::string> gpudb::DropBackupRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 143 of file drop_backup.h.