GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::AlterTierResponse Struct Reference

A set of output parameters for const. More...

#include <gpudb/protocol/alter_tier.h>

Public Member Functions

 AlterTierResponse ()
 Constructs an AlterTierResponse object with default parameter values. More...
 

Public Attributes

std::string name
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Alters properties of an exisiting tier to facilitate resource management.

To disable watermark-based eviction, set both high_watermark and low_watermark to 100.

Definition at line 128 of file alter_tier.h.

Constructor & Destructor Documentation

gpudb::AlterTierResponse::AlterTierResponse ( )
inline

Constructs an AlterTierResponse object with default parameter values.

Definition at line 135 of file alter_tier.h.

Member Data Documentation

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

Definition at line 142 of file alter_tier.h.

std::string gpudb::AlterTierResponse::name

Definition at line 141 of file alter_tier.h.


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