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

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

#include <gpudb/protocol/create_video.h>

Public Member Functions

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

Public Attributes

int64_t jobId
 
std::string path
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Creates a job to generate a sequence of raster images that visualize data over a specified time.

Definition at line 233 of file create_video.h.

Constructor & Destructor Documentation

gpudb::CreateVideoResponse::CreateVideoResponse ( )
inline

Constructs a CreateVideoResponse object with default parameter values.

Definition at line 240 of file create_video.h.

Member Data Documentation

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

Definition at line 249 of file create_video.h.

int64_t gpudb::CreateVideoResponse::jobId

Definition at line 247 of file create_video.h.

std::string gpudb::CreateVideoResponse::path

Definition at line 248 of file create_video.h.


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