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

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

#include <gpudb/protocol/show_files.h>

Public Member Functions

 ShowFilesRequest ()
 Constructs a ShowFilesRequest object with default parameter values. More...
 
 ShowFilesRequest (const std::vector< std::string > &paths_, const std::map< std::string, std::string > &options_)
 Constructs a ShowFilesRequest object with the specified parameters. More...
 

Public Attributes

std::vector< std::string > paths
 
std::map< std::string,
std::string > 
options
 

Detailed Description

A set of input parameters for const.

Shows information about files in KiFS. Can be used for individual files, or to show all files in a given directory.

Definition at line 20 of file show_files.h.

Constructor & Destructor Documentation

gpudb::ShowFilesRequest::ShowFilesRequest ( )
inline

Constructs a ShowFilesRequest object with default parameter values.

Definition at line 26 of file show_files.h.

gpudb::ShowFilesRequest::ShowFilesRequest ( const std::vector< std::string > &  paths_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs a ShowFilesRequest object with the specified parameters.

Parameters
[in]paths_File paths to show. Each path can be a KiFS directory name, or a full path to a KiFS file. File paths may contain wildcard characters after the KiFS directory delimeter. Accepted wildcard characters are asterisk (*) to represent any string of zero or more characters, and question mark (?) to indicate a single character.
[in]options_Optional parameters.

Definition at line 46 of file show_files.h.

Member Data Documentation

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

Definition at line 53 of file show_files.h.

std::vector<std::string> gpudb::ShowFilesRequest::paths

Definition at line 52 of file show_files.h.


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