Skip to main content

Class CreateVideoRequest.Options

java.lang.Object
com.gpudb.protocol.CreateVideoRequest.Options
Enclosing class:

public static final class CreateVideoRequest.Options extends Object
A set of string constants for the CreateVideoRequest parameter options.

Optional parameters.

  • Field Details

    • TTL

      public static final String TTL
      Sets the TTL of the video.
    • WINDOW

      public static final String WINDOW
      Specified using the data-type corresponding to the 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.
    • NO_ERROR_IF_EXISTS

      public static final String NO_ERROR_IF_EXISTS
      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.
    • FALSE

      public static final String FALSE
    • TRUE

      public static final String TRUE
    • REPLACE_IF_EXISTS

      public static final String REPLACE_IF_EXISTS
      If TRUE, deletes any existing video with the same path before creating a new video. Supported values:The default value is FALSE.