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

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

#include <gpudb/protocol/alter_backup.h>

Public Member Functions

 AlterBackupResponse ()
 Constructs an AlterBackupResponse object with default parameters. More...
 

Public Attributes

std::string backupName
 Value of backupName. More...
 
int64_t backupId
 Backup ID. More...
 
int64_t totalBytes
 Total size of files affected by alter operation. More...
 
int64_t totalNumberOfRecords
 Total number of records affected alter operation. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::alterBackup.

Definition at line 214 of file alter_backup.h.

Constructor & Destructor Documentation

◆ AlterBackupResponse()

gpudb::AlterBackupResponse::AlterBackupResponse ( )
inline

Constructs an AlterBackupResponse object with default parameters.

Definition at line 219 of file alter_backup.h.

Member Data Documentation

◆ backupId

int64_t gpudb::AlterBackupResponse::backupId

Backup ID.

Definition at line 236 of file alter_backup.h.

◆ backupName

std::string gpudb::AlterBackupResponse::backupName

Value of backupName.

Definition at line 231 of file alter_backup.h.

◆ info

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

Additional information.

Definition at line 251 of file alter_backup.h.

◆ totalBytes

int64_t gpudb::AlterBackupResponse::totalBytes

Total size of files affected by alter operation.

Definition at line 241 of file alter_backup.h.

◆ totalNumberOfRecords

int64_t gpudb::AlterBackupResponse::totalNumberOfRecords

Total number of records affected alter operation.

Definition at line 246 of file alter_backup.h.


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