Share via


ExperimentMetric.Definition Property

Definition

The metric definition specifying how the metric value is calculated from event data. Please note ExperimentMetricDefinition 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 AverageMetricDefinition, EventCountMetricDefinition, EventRateMetricDefinition, PercentileMetricDefinition, SumMetricDefinition, UserCountMetricDefinition and UserRateMetricDefinition.

public Azure.Analytics.OnlineExperimentation.ExperimentMetricDefinition Definition { get; set; }
member this.Definition : Azure.Analytics.OnlineExperimentation.ExperimentMetricDefinition with get, set
Public Property Definition As ExperimentMetricDefinition

Property Value

Applies to