Package com.gpudb.protocol
Class CreateVideoRequest.Options
java.lang.Object
com.gpudb.protocol.CreateVideoRequest.Options
Enclosing class:
A set of string constants for the
CreateVideoRequest parameter options.
Optional parameters.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringIfTRUE, does not return an error if the video already exists.static final StringIfTRUE, deletes any existing video with the same path before creating a new video.static final Stringstatic final StringSets the TTL of the video.static final StringSpecified using the data-type corresponding to theattribute.
Field Details
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: