MonitoringInputDataType type
Defines values for MonitoringInputDataType.
KnownMonitoringInputDataType can be used interchangeably with MonitoringInputDataType,
this enum contains the known values that the service supports.
Known values supported by the service
Static: An input data with a fixed window size.
Rolling: An input data which rolls relatively to the monitor's current run time.
Fixed: An input data with tabular format which doesn't require preprocessing.
type MonitoringInputDataType = string