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

A set of parameters for GPUdb::showResourceObjects. More...

#include <gpudb/protocol/show_resource_objects.h>

Public Member Functions

 ShowResourceObjectsRequest ()
 Constructs a ShowResourceObjectsRequest object with default parameters. More...
 
 ShowResourceObjectsRequest (const std::map< std::string, std::string > &options_)
 Constructs a ShowResourceObjectsRequest object with the specified parameters. More...
 

Public Attributes

std::map< std::string, std::string > options
 Optional parameters. More...
 

Detailed Description

A set of parameters for GPUdb::showResourceObjects.

Returns information about the internal sub-components (tiered objects) which use resources of the system. The request can either return results from actively used objects (default) or it can be used to query the status of the objects of a given list of tables. Returns detailed information about the requested resource objects.

Definition at line 22 of file show_resource_objects.h.

Constructor & Destructor Documentation

◆ ShowResourceObjectsRequest() [1/2]

gpudb::ShowResourceObjectsRequest::ShowResourceObjectsRequest ( )
inline

Constructs a ShowResourceObjectsRequest object with default parameters.

Definition at line 28 of file show_resource_objects.h.

◆ ShowResourceObjectsRequest() [2/2]

gpudb::ShowResourceObjectsRequest::ShowResourceObjectsRequest ( const std::map< std::string, std::string > &  options_)
inline

Constructs a ShowResourceObjectsRequest object with the specified parameters.

Parameters
[in]options_Optional parameters. The default value is an empty map.

Definition at line 105 of file show_resource_objects.h.

Member Data Documentation

◆ options

std::map<std::string, std::string> gpudb::ShowResourceObjectsRequest::options

Optional parameters.

The default value is an empty map.

Definition at line 159 of file show_resource_objects.h.


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