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

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

#include <gpudb/protocol/drop_backup.h>

Public Member Functions

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

Public Attributes

std::string backupName
 Value of backupName. More...
 
std::vector< std::string > backupNames
 Backups that were deleted. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::dropBackup.

Definition at line 201 of file drop_backup.h.

Constructor & Destructor Documentation

◆ DropBackupResponse()

gpudb::DropBackupResponse::DropBackupResponse ( )
inline

Constructs a DropBackupResponse object with default parameters.

Definition at line 206 of file drop_backup.h.

Member Data Documentation

◆ backupName

std::string gpudb::DropBackupResponse::backupName

Value of backupName.

Definition at line 216 of file drop_backup.h.

◆ backupNames

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

Backups that were deleted.

Definition at line 221 of file drop_backup.h.

◆ info

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

Additional information.

Definition at line 226 of file drop_backup.h.


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