UserRateMetricDefinition Class
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.
The definition of a UserRate metric definition. Calculates the percentage of users who encounter a start event and subsequently an end event. Users must encounter events in the specified order.
public class UserRateMetricDefinition : Azure.Analytics.OnlineExperimentation.ExperimentMetricDefinition, System.ClientModel.Primitives.IJsonModel<Azure.Analytics.OnlineExperimentation.UserRateMetricDefinition>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.OnlineExperimentation.UserRateMetricDefinition>
type UserRateMetricDefinition = class
inherit ExperimentMetricDefinition
interface IJsonModel<UserRateMetricDefinition>
interface IPersistableModel<UserRateMetricDefinition>
Public Class UserRateMetricDefinition
Inherits ExperimentMetricDefinition
Implements IJsonModel(Of UserRateMetricDefinition), IPersistableModel(Of UserRateMetricDefinition)
- Inheritance
- Implements
Constructors
UserRateMetricDefinition(ObservedEvent, ObservedEvent) |
Initializes a new instance of UserRateMetricDefinition. |
UserRateMetricDefinition(String, String) |
Initializes a new instance of UserRateMetricDefinition. |
Properties
EndEvent |
The end event to observe, which is a condition for the rate numerator. |
StartEvent |
The start event to observe as the rate denominator. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |