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
| static |
A boolean constant for the CreateVideoRequest.Options options.
Definition at line 94 of file CreateVideo.cs.
◆ 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
| static |
◆ TRUE
| static |
A boolean constant for the CreateVideoRequest.Options options.
Definition at line 98 of file CreateVideo.cs.
◆ TTL
| static |
Sets the TTL of the video.
Definition at line 57 of file CreateVideo.cs.
◆ 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:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/CreateVideo.cs
- Kinetica/Protocol/CreateVideo.cs