MonitoringInputDataBase interface

Monitoring input data base definition.

Properties

columns

Mapping of column names to special uses.

dataContext

The context metadata of the data source.

inputDataType

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

jobInputType

[Required] Specifies the type of job.

uri

[Required] Input Asset URI.

Property Details

columns

Mapping of column names to special uses.

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

Property Value

{[propertyName: string]: string | null}

dataContext

The context metadata of the data source.

dataContext?: string

Property Value

string

inputDataType

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

inputDataType: "Fixed" | "Rolling" | "Static"

Property Value

"Fixed" | "Rolling" | "Static"

jobInputType

[Required] Specifies the type of job.

jobInputType: string

Property Value

string

uri

[Required] Input Asset URI.

uri: string

Property Value

string