UserCountMetricDefinition 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 UserCount metric definition. Counts unique users who encounter a specified event.
public class UserCountMetricDefinition : Azure.Analytics.OnlineExperimentation.ExperimentMetricDefinition, System.ClientModel.Primitives.IJsonModel<Azure.Analytics.OnlineExperimentation.UserCountMetricDefinition>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.OnlineExperimentation.UserCountMetricDefinition>
type UserCountMetricDefinition = class
inherit ExperimentMetricDefinition
interface IJsonModel<UserCountMetricDefinition>
interface IPersistableModel<UserCountMetricDefinition>
Public Class UserCountMetricDefinition
Inherits ExperimentMetricDefinition
Implements IJsonModel(Of UserCountMetricDefinition), IPersistableModel(Of UserCountMetricDefinition)
- Inheritance
- Implements
Constructors
UserCountMetricDefinition(ObservedEvent) |
Initializes a new instance of UserCountMetricDefinition. |
UserCountMetricDefinition(String) |
Initializes a new instance of UserCountMetricDefinition. |
Properties
Event |
Event to observe. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |