GPUdb C++ API  Version 7.2.3.0
gpudb::ShowBackupResponse Struct Reference

A set of results returned by GPUdb::showBackup. More...

#include <gpudb/protocol/show_backup.h>

Public Member Functions

 ShowBackupResponse ()
 Constructs a ShowBackupResponse object with default parameters. More...
 

Public Attributes

std::string backupName
 Value of backupName. More...
 
std::vector< std::map< std::string, std::string > > backupDescription
 Backup description. More...
 
std::vector< std::map< std::string, std::string > > backupIds
 Backup instances in this backup. More...
 
std::vector< std::map< std::string, std::string > > backupContents
 Backup contents. More...
 
std::vector< std::map< std::string, std::string > > deletedBackupIds
 Backup instances that have been deleted from this backup object. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::showBackup.

Definition at line 199 of file show_backup.h.

Constructor & Destructor Documentation

◆ ShowBackupResponse()

gpudb::ShowBackupResponse::ShowBackupResponse ( )
inline

Constructs a ShowBackupResponse object with default parameters.

Definition at line 204 of file show_backup.h.

Member Data Documentation

◆ backupContents

std::vector<std::map<std::string, std::string> > gpudb::ShowBackupResponse::backupContents

Backup contents.

Definition at line 232 of file show_backup.h.

◆ backupDescription

std::vector<std::map<std::string, std::string> > gpudb::ShowBackupResponse::backupDescription

Backup description.

Definition at line 222 of file show_backup.h.

◆ backupIds

std::vector<std::map<std::string, std::string> > gpudb::ShowBackupResponse::backupIds

Backup instances in this backup.

Definition at line 227 of file show_backup.h.

◆ backupName

std::string gpudb::ShowBackupResponse::backupName

Value of backupName.

Definition at line 217 of file show_backup.h.

◆ deletedBackupIds

std::vector<std::map<std::string, std::string> > gpudb::ShowBackupResponse::deletedBackupIds

Backup instances that have been deleted from this backup object.

Definition at line 237 of file show_backup.h.

◆ info

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

Additional information.

Definition at line 242 of file show_backup.h.


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