Skip to main content

A set of string constants for the parameter CreateVideoRequest.style. More…

Static Public Attributes

const string CHART = “chart”
 A constant for the CreateVideoRequest.Style options.
 
const string RASTER = “raster”
 A constant for the CreateVideoRequest.Style options.
 
const string CLASSBREAK = “classbreak”
 A constant for the CreateVideoRequest.Style options.
 
const string CONTOUR = “contour”
 A constant for the CreateVideoRequest.Style options.
 
const string HEATMAP = “heatmap”
 A constant for the CreateVideoRequest.Style options.
 
const string LABELS = “labels”
 A constant for the CreateVideoRequest.Style options.
 

Detailed Description

A set of string constants for the parameter CreateVideoRequest.style.

The name of the visualize mode; should correspond to the schema used for the CreateVideoRequest.style_parameters field.

Definition at line 23 of file CreateVideo.cs.

Member Data Documentation

◆ CHART

const string kinetica.CreateVideoRequest.Style.CHART = “chart”
static

A constant for the CreateVideoRequest.Style options.

Definition at line 27 of file CreateVideo.cs.

◆ CLASSBREAK

const string kinetica.CreateVideoRequest.Style.CLASSBREAK = “classbreak”
static

A constant for the CreateVideoRequest.Style options.

Definition at line 35 of file CreateVideo.cs.

◆ CONTOUR

const string kinetica.CreateVideoRequest.Style.CONTOUR = “contour”
static

A constant for the CreateVideoRequest.Style options.

Definition at line 39 of file CreateVideo.cs.

◆ HEATMAP

const string kinetica.CreateVideoRequest.Style.HEATMAP = “heatmap”
static

A constant for the CreateVideoRequest.Style options.

Definition at line 43 of file CreateVideo.cs.

◆ LABELS

const string kinetica.CreateVideoRequest.Style.LABELS = “labels”
static

A constant for the CreateVideoRequest.Style options.

Definition at line 47 of file CreateVideo.cs.

◆ RASTER

const string kinetica.CreateVideoRequest.Style.RASTER = “raster”
static

A constant for the CreateVideoRequest.Style options.

Definition at line 31 of file CreateVideo.cs.


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