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
 ID of the snapshot affected by the alter operation, if any. More...
 
int64_t totalBytes
 Total size of files affected by the alter operation. More...
 
int64_t totalNumberOfRecords
 Total number of records affected by the 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 233 of file alter_backup.h.

Constructor & Destructor Documentation

◆ AlterBackupResponse()

gpudb::AlterBackupResponse::AlterBackupResponse ( )
inline

Constructs an AlterBackupResponse object with default parameters.

Definition at line 238 of file alter_backup.h.

Member Data Documentation

◆ backupId

int64_t gpudb::AlterBackupResponse::backupId

ID of the snapshot affected by the alter operation, if any.

Definition at line 255 of file alter_backup.h.

◆ backupName

std::string gpudb::AlterBackupResponse::backupName

Value of backupName.

Definition at line 250 of file alter_backup.h.

◆ info

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

Additional information.

Definition at line 270 of file alter_backup.h.

◆ totalBytes

int64_t gpudb::AlterBackupResponse::totalBytes

Total size of files affected by the alter operation.

Definition at line 260 of file alter_backup.h.

◆ totalNumberOfRecords

int64_t gpudb::AlterBackupResponse::totalNumberOfRecords

Total number of records affected by the alter operation.

Definition at line 265 of file alter_backup.h.


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