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

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

#include <gpudb/protocol/create_directory.h>

Public Member Functions

 CreateDirectoryResponse ()
 Constructs a CreateDirectoryResponse object with default parameter values. More...
 

Public Attributes

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

Detailed Description

A set of output parameters for const.

Creates a new directory in KiFS. The new directory serves as a location in which the user can upload files using const.

Definition at line 132 of file create_directory.h.

Constructor & Destructor Documentation

gpudb::CreateDirectoryResponse::CreateDirectoryResponse ( )
inline

Constructs a CreateDirectoryResponse object with default parameter values.

Definition at line 139 of file create_directory.h.

Member Data Documentation

std::string gpudb::CreateDirectoryResponse::directoryName

Definition at line 145 of file create_directory.h.

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

Definition at line 146 of file create_directory.h.


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