StaticInputData interface

Static 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.

windowEnd

[Required] The end date of the data window.

windowStart

[Required] The start date of the 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: "Static"

Property Value

"Static"

preprocessingComponentId

Reference to the component asset used to preprocess the data.

preprocessingComponentId?: string

Property Value

string

windowEnd

[Required] The end date of the data window.

windowEnd: Date

Property Value

Date

windowStart

[Required] The start date of the data window.

windowStart: Date

Property Value

Date

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