|
GPUdb C++ API
Version 7.2.3.0
|
A set of results returned by GPUdb::dropBackup. More...
#include <gpudb/protocol/drop_backup.h>
Public Member Functions | |
| DropBackupResponse () | |
| Constructs a DropBackupResponse object with default parameters. More... | |
Public Attributes | |
| std::string | backupName |
| Value of backupName. More... | |
| std::vector< std::string > | backupNames |
| Backups that were deleted. More... | |
| std::map< std::string, std::string > | info |
| Additional information. More... | |
A set of results returned by GPUdb::dropBackup.
Definition at line 201 of file drop_backup.h.
|
inline |
Constructs a DropBackupResponse object with default parameters.
Definition at line 206 of file drop_backup.h.
| std::string gpudb::DropBackupResponse::backupName |
Value of backupName.
Definition at line 216 of file drop_backup.h.
| std::vector<std::string> gpudb::DropBackupResponse::backupNames |
Backups that were deleted.
Definition at line 221 of file drop_backup.h.
| std::map<std::string, std::string> gpudb::DropBackupResponse::info |
Additional information.
Definition at line 226 of file drop_backup.h.