Uses of Class
com.azure.analytics.onlineexperimentation.models.AggregatedValue
Packages that use AggregatedValue
Package
Description
Package containing the data models for OnlineExperimentation.
-
Uses of AggregatedValue in com.azure.analytics.onlineexperimentation.models
Methods in com.azure.analytics.onlineexperimentation.models that return AggregatedValueModifier and TypeMethodDescriptionstatic AggregatedValueAggregatedValue.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AggregatedValue from the JsonReader.AverageMetricDefinition.getValue()Get the value property: The value to aggregate.PercentileMetricDefinition.getValue()Get the value property: The value to aggregate, including the event name and property to measure.SumMetricDefinition.getValue()Get the value property: The value to aggregate.AggregatedValue.setEventName(String eventName) Set the eventName property: The name of the event.AggregatedValue.setEventProperty(String eventProperty) Set the eventProperty property: The key of the event property to aggregate.Set the filter property: [Optional] A condition to filter events.Methods in com.azure.analytics.onlineexperimentation.models with parameters of type AggregatedValueModifier and TypeMethodDescriptionAverageMetricDefinition.setValue(AggregatedValue value) Set the value property: The value to aggregate.PercentileMetricDefinition.setValue(AggregatedValue value) Set the value property: The value to aggregate, including the event name and property to measure.SumMetricDefinition.setValue(AggregatedValue value) Set the value property: The value to aggregate.