Package com.gpudb.protocol
Class CreateVideoRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.CreateVideoRequest.Options
-
- Enclosing class:
- CreateVideoRequest
public static final class CreateVideoRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringFALSEstatic StringNO_ERROR_IF_EXISTSIfTRUE, does not return an error if the video already exists.static StringREPLACE_IF_EXISTSIfTRUE, deletes any existing video with the same path before creating a new video.static StringTRUEstatic StringTTLSets the TTL of the video.static StringWINDOWSpecified using the data-type corresponding to theattribute.
-
-
-
Field Detail
-
TTL
public static final String TTL
Sets the TTL of the video.- See Also:
- Constant Field Values
-
WINDOW
public static final String WINDOW
Specified using the data-type corresponding to theattribute. 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.- See Also:
- Constant Field Values
-
NO_ERROR_IF_EXISTS
public static final String NO_ERROR_IF_EXISTS
IfTRUE, does not return an error if the video already exists. Ignored ifREPLACE_IF_EXISTSisTRUE. Supported values: The default value isFALSE.- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
-