Presentation Time Range Args
data class PresentationTimeRangeArgs(val endTimestamp: Output<Double>? = null, val forceEndTimestamp: Output<Boolean>? = null, val liveBackoffDuration: Output<Double>? = null, val presentationWindowDuration: Output<Double>? = null, val startTimestamp: Output<Double>? = null, val timescale: Output<Double>? = null) : ConvertibleToJava<PresentationTimeRangeArgs>
The presentation time range, this is asset related and not recommended for Account Filter.
Properties
Link copied to clipboard
The absolute end time boundary.
Link copied to clipboard
The indicator of forcing existing of end time stamp.
Link copied to clipboard
The relative to end right edge.
Link copied to clipboard
The relative to end sliding window.
Link copied to clipboard
The absolute start time boundary.