7 using System.Collections.Generic;
57 public const string CHART =
"chart";
58 public const string RASTER =
"raster";
62 public const string LABELS =
"labels";
135 public const string TTL =
"ttl";
165 public const string FALSE =
"false";
166 public const string TRUE =
"true";
203 public string end {
get; set; }
245 public string path {
get; set; }
314 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
447 IDictionary<string, string>
options = null)
449 this.attribute = attribute ??
"";
450 this.begin = begin ??
"";
452 this.end = end ??
"";
454 this.style = style ??
"";
455 this.path = path ??
"";
456 this.style_parameters = style_parameters ??
"";
457 this.options =
options ??
new Dictionary<string, string>();
474 public string path {
get; set; }
477 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
CreateVideoRequest()
Constructs a CreateVideoRequest object with default parameters.
IDictionary< string, string > options
Optional parameters.
string begin
The start point for the video.
const string WINDOW
Specified using the data-type corresponding to the attribute.
CreateVideoRequest(string attribute, string begin, double duration_seconds, string end, double frames_per_second, string style, string path, string style_parameters, IDictionary< string, string > options=null)
Constructs a CreateVideoRequest object with the specified parameters.
long job_id
An identifier for the created job.
double duration_seconds
Seconds of video to produce
The name of the visualize mode; should correspond to the schema used for the field.
string path
Fully qualified KIFS path to the video file.
const string REPLACE_IF_EXISTS
If true, deletes any existing video with the same path before creating a new video.
string end
The end point for the video.
A set of results returned by Kinetica.createVideo(string,string,double,string,double,string,string,string,IDictionary{string, string}).
string attribute
The animated attribute to map to the video's frames.
const string NO_ERROR_IF_EXISTS
If true, does not return an error if the video already exists.
string path
Fully-qualified KiFS path.
double frames_per_second
The presentation frame rate of the encoded video in frames per second.
A set of parameters for Kinetica.createVideo(string,string,double,string,double,string,string,string,IDictionary{string, string}).
IDictionary< string, string > info
Additional information.
KineticaData - class to help with Avro Encoding for Kinetica
string style_parameters
A string containing the JSON-encoded visualize request.
const string TTL
Sets the TTL of the video.
string style
The name of the visualize mode; should correspond to the schema used for the field.