Skip to main content

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

Static Public Attributes

const string TTL = “ttl”
 Sets the TTL of the video.
 
const string WINDOW = “window”
 Specified using the data-type corresponding to the CreateVideoRequest.attribute.
 
const string NO_ERROR_IF_EXISTS = “no_error_if_exists”
 If TRUE, does not return an error if the video already exists.
 
const string FALSE = “false”
 A boolean constant for the CreateVideoRequest.Options options.
 
const string TRUE = “true”
 A boolean constant for the CreateVideoRequest.Options options.
 
const string REPLACE_IF_EXISTS = “replace_if_exists”
 If TRUE, deletes any existing video with the same path before creating a new video.
 

Detailed Description

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

Optional parameters.

Definition at line 53 of file CreateVideo.cs.

Member Data Documentation

◆ FALSE

const string kinetica.CreateVideoRequest.Options.FALSE = “false”
static

A boolean constant for the CreateVideoRequest.Options options.

Definition at line 94 of file CreateVideo.cs.

◆ NO_ERROR_IF_EXISTS

const string kinetica.CreateVideoRequest.Options.NO_ERROR_IF_EXISTS = “no_error_if_exists”
static

If TRUE, does not return an error if the video already exists.

Ignored if REPLACE_IF_EXISTS is TRUE. Supported values:

The default value is FALSE.

Definition at line 90 of file CreateVideo.cs.

◆ REPLACE_IF_EXISTS

const string kinetica.CreateVideoRequest.Options.REPLACE_IF_EXISTS = “replace_if_exists”
static

If TRUE, deletes any existing video with the same path before creating a new video.

Supported values:

The default value is FALSE.

Definition at line 117 of file CreateVideo.cs.

◆ TRUE

const string kinetica.CreateVideoRequest.Options.TRUE = “true”
static

A boolean constant for the CreateVideoRequest.Options options.

Definition at line 98 of file CreateVideo.cs.

◆ TTL

const string kinetica.CreateVideoRequest.Options.TTL = “ttl”
static

Sets the TTL of the video.

Definition at line 57 of file CreateVideo.cs.

◆ WINDOW

const string kinetica.CreateVideoRequest.Options.WINDOW = “window”
static

Specified using the data-type corresponding to the CreateVideoRequest.attribute.

For a window of size W, a video frame rendered for time t will visualize data in the interval [t-W,t]. The minimum window size is the interval between successive frames. The minimum value is the default. If a value less than the minimum value is specified, it is replaced with the minimum window size. Larger values will make changes throughout the video appear more smooth while smaller values will capture fast variations in the data.

Definition at line 69 of file CreateVideo.cs.


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