MonitoringInputDataBase interface
Monitoring input data base definition.
Properties
columns | Mapping of column names to special uses. |
data |
The context metadata of the data source. |
input |
Polymorphic discriminator, which specifies the different types this object can be |
job |
[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