StaticInputData interface  
Static input data definition.
- Extends
Properties
| input | Polymorphic discriminator, which specifies the different types this object can be | 
| preprocessing | Reference to the component asset used to preprocess the data. | 
| window | [Required] The end date of the data window. | 
| window | [Required] The start date of the data window. | 
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: "Static"Property Value
"Static"
		preprocessingComponentId
	  
	Reference to the component asset used to preprocess the data.
preprocessingComponentId?: stringProperty Value
string
		windowEnd
	 
	[Required] The end date of the data window.
windowEnd: DateProperty Value
Date
		windowStart
	 
	[Required] The start date of the data window.
windowStart: DateProperty 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?: stringProperty Value
string
Inherited From MonitoringInputDataBase.dataContext
		jobInputType
	  
	[Required] Specifies the type of job.
jobInputType: stringProperty Value
string
Inherited From MonitoringInputDataBase.jobInputType
uri
[Required] Input Asset URI.
uri: stringProperty Value
string
Inherited From MonitoringInputDataBase.uri