GPUdb C++ API  Version 7.2.2.4
gpudb::AdminBackupBeginResponse Struct Reference

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

#include <gpudb/protocol/admin_backup_begin.h>

Public Member Functions

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

Public Attributes

std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::adminBackupBegin.

Definition at line 96 of file admin_backup_begin.h.

Constructor & Destructor Documentation

◆ AdminBackupBeginResponse()

gpudb::AdminBackupBeginResponse::AdminBackupBeginResponse ( )
inline

Constructs an AdminBackupBeginResponse object with default parameters.

Definition at line 102 of file admin_backup_begin.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 110 of file admin_backup_begin.h.


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