FixedInputData interface
Fixed input data definition.
- Extends
Properties
input |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
columns | Mapping of column names to special uses. |
data |
The context metadata of the data source. |
job |
[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: "Fixed"
Property Value
"Fixed"
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