Share via


MonitoringInputDataBase Class

Definition

Monitoring input data base definition. Please note MonitoringInputDataBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include FixedInputData, StaticInputData and TrailingInputData.

public abstract class MonitoringInputDataBase
type MonitoringInputDataBase = class
Public MustInherit Class MonitoringInputDataBase
Inheritance
MonitoringInputDataBase
Derived

Constructors

MonitoringInputDataBase(JobInputType, Uri)

Initializes a new instance of MonitoringInputDataBase.

Properties

Columns

Mapping of column names to special uses.

DataContext

The context metadata of the data source.

JobInputType

[Required] Specifies the type of job.

Uri

[Required] Input Asset URI.

Applies to