RollingInputData interface  
Rolling 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 time offset between the end of the data window and the monitor's current run time. | 
| window | [Required] The size of the rolling 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: "Rolling"Property Value
"Rolling"
		preprocessingComponentId
	  
	Reference to the component asset used to preprocess the data.
preprocessingComponentId?: stringProperty Value
string
		windowOffset
	 
	[Required] The time offset between the end of the data window and the monitor's current run time.
windowOffset: stringProperty Value
string
		windowSize
	 
	[Required] The size of the rolling data window.
windowSize: stringProperty Value
string
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