Skip to main content

A set of results returned by GPUdb::verifyBackup. More…

#include <gpudb/protocol/verify_backup.h>

Public Member Functions

 VerifyBackupResponse ()
 Constructs a VerifyBackupResponse object with default parameters.
 

Public Attributes

std::string backupName
 Value of backupName.
 
std::vector< std::string > backupNames
 Backup name(s).
 
std::vector< std::vector< int64_t > > backupIds
 IDs of individual snapshots per backup name.
 
std::vector< std::vector< std::string > > errors
 Any errors detected from the inspection of each backup.
 
std::map< std::string, std::string > info
 Additional information.
 

Detailed Description

A set of results returned by GPUdb::verifyBackup.

Definition at line 150 of file verify_backup.h.

Constructor & Destructor Documentation

◆ VerifyBackupResponse()

gpudb::VerifyBackupResponse::VerifyBackupResponse ()
inline

Constructs a VerifyBackupResponse object with default parameters.

Definition at line 155 of file verify_backup.h.

Member Data Documentation

◆ backupIds

std::vector<std::vector<int64_t> > gpudb::VerifyBackupResponse::backupIds

IDs of individual snapshots per backup name.

Definition at line 177 of file verify_backup.h.

◆ backupName

std::string gpudb::VerifyBackupResponse::backupName

Value of backupName.

Definition at line 167 of file verify_backup.h.

◆ backupNames

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

Backup name(s).

Definition at line 172 of file verify_backup.h.

◆ errors

std::vector<std::vector<std::string> > gpudb::VerifyBackupResponse::errors

Any errors detected from the inspection of each backup.

Definition at line 182 of file verify_backup.h.

◆ info

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

Additional information.

Definition at line 187 of file verify_backup.h.


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