Kinetica C# API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.CreateVideoRequest.Style Struct Reference

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

Public Attributes

const string CHART = "chart"
 
const string RASTER = "raster"
 
const string CLASSBREAK = "classbreak"
 
const string CONTOUR = "contour"
 
const string HEATMAP = "heatmap"
 
const string LABELS = "labels"
 

Detailed Description

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

Supported values:

A set of string constants for the parameter style.

Definition at line 55 of file CreateVideo.cs.

Member Data Documentation

const string kinetica.CreateVideoRequest.Style.CHART = "chart"

Definition at line 57 of file CreateVideo.cs.

const string kinetica.CreateVideoRequest.Style.CLASSBREAK = "classbreak"

Definition at line 59 of file CreateVideo.cs.

const string kinetica.CreateVideoRequest.Style.CONTOUR = "contour"

Definition at line 60 of file CreateVideo.cs.

const string kinetica.CreateVideoRequest.Style.HEATMAP = "heatmap"

Definition at line 61 of file CreateVideo.cs.

const string kinetica.CreateVideoRequest.Style.LABELS = "labels"

Definition at line 62 of file CreateVideo.cs.

const string kinetica.CreateVideoRequest.Style.RASTER = "raster"

Definition at line 58 of file CreateVideo.cs.


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