Skip to main content

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.
 

Public Attributes

std::string backupName
 Value of backupName.
 
std::vector< std::string > backupNames
 Names of backups that were deleted.
 
std::map< std::string, std::string > info
 Additional information.
 

Detailed Description

A set of results returned by GPUdb::dropBackup.

Definition at line 212 of file drop_backup.h.

Constructor & Destructor Documentation

◆ DropBackupResponse()

gpudb::DropBackupResponse::DropBackupResponse ()
inline

Constructs a DropBackupResponse object with default parameters.

Definition at line 217 of file drop_backup.h.

Member Data Documentation

◆ backupName

std::string gpudb::DropBackupResponse::backupName

Value of backupName.

Definition at line 227 of file drop_backup.h.

◆ backupNames

std::vector<std::string> gpudb::DropBackupResponse::backupNames

Names of backups that were deleted.

Definition at line 232 of file drop_backup.h.

◆ info

std::map<std::string, std::string> gpudb::DropBackupResponse::info

Additional information.

Definition at line 237 of file drop_backup.h.


The documentation for this struct was generated from the following file: