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

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

#include <gpudb/protocol/alter_video.h>

Public Member Functions

 AlterVideoRequest ()
 Constructs an AlterVideoRequest object with default parameter values. More...
 
 AlterVideoRequest (const std::string &path_, const std::map< std::string, std::string > &options_)
 Constructs an AlterVideoRequest object with the specified parameters. More...
 

Public Attributes

std::string path
 
std::map< std::string,
std::string > 
options
 

Detailed Description

A set of input parameters for const.

Alters a video.

Definition at line 18 of file alter_video.h.

Constructor & Destructor Documentation

gpudb::AlterVideoRequest::AlterVideoRequest ( )
inline

Constructs an AlterVideoRequest object with default parameter values.

Definition at line 25 of file alter_video.h.

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

Constructs an AlterVideoRequest object with the specified parameters.

Parameters
[in]path_Fully-qualified KiFS path to the video to be altered.
[in]options_Optional parameters.

Definition at line 46 of file alter_video.h.

Member Data Documentation

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

Definition at line 53 of file alter_video.h.

std::string gpudb::AlterVideoRequest::path

Definition at line 52 of file alter_video.h.


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