PercentileMetricDefinition Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PercentileMetricDefinition(AggregatedValue, Double) |
Initializes a new instance of PercentileMetricDefinition. |
PercentileMetricDefinition(String, String, Int32) |
Initializes a new instance of PercentileMetricDefinition. |
PercentileMetricDefinition(AggregatedValue, Double)
Initializes a new instance of PercentileMetricDefinition.
public PercentileMetricDefinition(Azure.Analytics.OnlineExperimentation.AggregatedValue value, double percentile);
new Azure.Analytics.OnlineExperimentation.PercentileMetricDefinition : Azure.Analytics.OnlineExperimentation.AggregatedValue * double -> Azure.Analytics.OnlineExperimentation.PercentileMetricDefinition
Public Sub New (value As AggregatedValue, percentile As Double)
Parameters
- value
- AggregatedValue
The value to aggregate, including the event name and property to measure.
- percentile
- Double
The percentile to measure.
Exceptions
value
is null.
Applies to
PercentileMetricDefinition(String, String, Int32)
Initializes a new instance of PercentileMetricDefinition.
public PercentileMetricDefinition(string eventName, string eventProperty, int percentile);
new Azure.Analytics.OnlineExperimentation.PercentileMetricDefinition : string * string * int -> Azure.Analytics.OnlineExperimentation.PercentileMetricDefinition
Public Sub New (eventName As String, eventProperty As String, percentile As Integer)
Parameters
- eventName
- String
The name of the event.
- eventProperty
- String
The key of the event property to aggregate.
- percentile
- Int32
The percentile to measure.