DataFeedSchema Class

Definition

Specifies which values, such as metrics and dimensions, will be ingested from the DataFeedSource.

public class DataFeedSchema
type DataFeedSchema = class
Public Class DataFeedSchema
Inheritance
DataFeedSchema

Remarks

At least one metric must be added to MetricColumns when creating a DataFeed, otherwise the creation operation will fail. Other properties are optional.

Constructors

DataFeedSchema()

Initializes a new instance of the DataFeedSchema class.

Properties

DimensionColumns

The dimensions ingested from the data source. Given a metric, for each set of values these dimensions can assume, one time series is generated in the service and monitored in search of anomalies.

MetricColumns

The metrics used to monitor and assess the status of specific business processes. The service will monitor how these values vary over time in search of any anomalous behavior.

TimestampColumn

The name of column of the DataFeedSource with date or string values to be used as timestamp. If not specified, the value of this property defaults to an empty string, and the start time of each data ingestion will be used instead.

Applies to