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

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

#include <gpudb/protocol/create_backup.h>

Public Member Functions

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

Public Attributes

std::string backupName
 Value of backupName. More...
 
int64_t backupId
 Backup ID. More...
 
int64_t copiedBytes
 Total size of all files copied for this snapshot. More...
 
int64_t copiedFiles
 Total number of files copied for this snapshot. More...
 
int64_t copiedRecords
 Total number of records in all files copied for this snapshot. More...
 
int64_t totalNumberOfRecords
 Total number of records that can be restored from this snapshot. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::createBackup.

Definition at line 425 of file create_backup.h.

Constructor & Destructor Documentation

◆ CreateBackupResponse()

gpudb::CreateBackupResponse::CreateBackupResponse ( )
inline

Constructs a CreateBackupResponse object with default parameters.

Definition at line 430 of file create_backup.h.

Member Data Documentation

◆ backupId

int64_t gpudb::CreateBackupResponse::backupId

Backup ID.

Definition at line 449 of file create_backup.h.

◆ backupName

std::string gpudb::CreateBackupResponse::backupName

Value of backupName.

Definition at line 444 of file create_backup.h.

◆ copiedBytes

int64_t gpudb::CreateBackupResponse::copiedBytes

Total size of all files copied for this snapshot.

Definition at line 454 of file create_backup.h.

◆ copiedFiles

int64_t gpudb::CreateBackupResponse::copiedFiles

Total number of files copied for this snapshot.

Definition at line 459 of file create_backup.h.

◆ copiedRecords

int64_t gpudb::CreateBackupResponse::copiedRecords

Total number of records in all files copied for this snapshot.

Definition at line 464 of file create_backup.h.

◆ info

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

Additional information.

Definition at line 474 of file create_backup.h.

◆ totalNumberOfRecords

int64_t gpudb::CreateBackupResponse::totalNumberOfRecords

Total number of records that can be restored from this snapshot.

Definition at line 469 of file create_backup.h.


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