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

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

#include <gpudb/protocol/drop_credential.h>

Public Member Functions

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

Public Attributes

std::string credentialName
 Name of the credential to be dropped. More...
 
std::map< std::string, std::string > options
 Optional parameters. More...
 

Detailed Description

A set of parameters for GPUdb::dropCredential.

Drop an existing credential.

Definition at line 19 of file drop_credential.h.

Constructor & Destructor Documentation

◆ DropCredentialRequest() [1/2]

gpudb::DropCredentialRequest::DropCredentialRequest ( )
inline

Constructs a DropCredentialRequest object with default parameters.

Definition at line 24 of file drop_credential.h.

◆ DropCredentialRequest() [2/2]

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

Constructs a DropCredentialRequest object with the specified parameters.

Parameters
[in]credentialName_Name of the credential to be dropped. Must be an existing credential.
[in]options_Optional parameters. The default value is an empty map.

Definition at line 39 of file drop_credential.h.

Member Data Documentation

◆ credentialName

std::string gpudb::DropCredentialRequest::credentialName

Name of the credential to be dropped.

Must be an existing credential.

Definition at line 49 of file drop_credential.h.

◆ options

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

Optional parameters.

The default value is an empty map.

Definition at line 54 of file drop_credential.h.


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