GetCaptureDataRequest

Request to retrieve video data for a specific time range. Exactly one of timeSeriesId or propertyAlias must be provided.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The end time for the video data range. Must be greater than startTime.

Link copied to clipboard

The optional format settings for the output.

Link copied to clipboard

The token from a previous response used to continue retrieving data.

Link copied to clipboard

The property alias that identifies the capture source. Mutually exclusive with timeSeriesId.

Link copied to clipboard

The start time for the video data range.

Link copied to clipboard

The time series ID that identifies the capture source. Mutually exclusive with propertyAlias.

Link copied to clipboard

The name of the workspace that contains the capture source.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String