Interface LiveOutput.DefinitionStages.WithOutputSnapTime

All Known Subinterfaces:
LiveOutput.Definition, LiveOutput.DefinitionStages.WithCreate
Enclosing interface:
LiveOutput.DefinitionStages

public static interface LiveOutput.DefinitionStages.WithOutputSnapTime
The stage of the LiveOutput definition allowing to specify outputSnapTime.
  • Method Summary

    Modifier and Type
    Method
    Description
    withOutputSnapTime(Long outputSnapTime)
    Specifies the outputSnapTime property: The initial timestamp that the live output will start at, any content before this value will not be archived..
  • Method Details

    • withOutputSnapTime

      LiveOutput.DefinitionStages.WithCreate withOutputSnapTime(Long outputSnapTime)
      Specifies the outputSnapTime property: The initial timestamp that the live output will start at, any content before this value will not be archived..
      Parameters:
      outputSnapTime - The initial timestamp that the live output will start at, any content before this value will not be archived.
      Returns:
      the next definition stage.