RollingInputData interface

Rolling input data definition.

Extends

Properties

inputDataType

Polymorphic discriminator, which specifies the different types this object can be

preprocessingComponentId

Reference to the component asset used to preprocess the data.

windowOffset

[Required] The time offset between the end of the data window and the monitor's current run time.

windowSize

[Required] The size of the rolling data window.

Inherited Properties

columns

Mapping of column names to special uses.

dataContext

The context metadata of the data source.

jobInputType

[Required] Specifies the type of job.

uri

[Required] Input Asset URI.

Property Details

inputDataType

Polymorphic discriminator, which specifies the different types this object can be

inputDataType: "Rolling"

Property Value

"Rolling"

preprocessingComponentId

Reference to the component asset used to preprocess the data.

preprocessingComponentId?: string

Property Value

string

windowOffset

[Required] The time offset between the end of the data window and the monitor's current run time.

windowOffset: string

Property Value

string

windowSize

[Required] The size of the rolling data window.

windowSize: string

Property Value

string

Inherited Property Details

columns

Mapping of column names to special uses.

columns?: {[propertyName: string]: string | null}

Property Value

{[propertyName: string]: string | null}

Inherited From MonitoringInputDataBase.columns

dataContext

The context metadata of the data source.

dataContext?: string

Property Value

string

Inherited From MonitoringInputDataBase.dataContext

jobInputType

[Required] Specifies the type of job.

jobInputType: string

Property Value

string

Inherited From MonitoringInputDataBase.jobInputType

uri

[Required] Input Asset URI.

uri: string

Property Value

string

Inherited From MonitoringInputDataBase.uri