ExperimentMetricUpdate 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.
Partial ExperimentMetric instance for update operations.
public class ExperimentMetricUpdate : Azure.Analytics.OnlineExperimentation.ExperimentMetric
type ExperimentMetricUpdate = class
inherit ExperimentMetric
Public Class ExperimentMetricUpdate
Inherits ExperimentMetric
- Inheritance
Constructors
ExperimentMetricUpdate() |
Initializes a new instance of ExperimentMetric for partial updates. |
Properties
Categories |
Categories associated with the experiment metric. Used for organizing and filtering metrics. (Inherited from ExperimentMetric) |
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. (Inherited from ExperimentMetric) |
Description |
A detailed description of the experiment metric. (Inherited from ExperimentMetric) |
DesiredDirection |
The desired direction for changes in the metric value. (Inherited from ExperimentMetric) |
DisplayName |
A user-friendly display name for the experiment metric shown in reports and dashboards. (Inherited from ExperimentMetric) |
ETag |
ETag of the experiment metric. (Inherited from ExperimentMetric) |
Id |
Identifier for this experiment metric. Must start with a lowercase letter and contain only lowercase letters, numbers, and underscores. (Inherited from ExperimentMetric) |
LastModifiedAt |
The timestamp (UTC) of the last modification to the experiment metric resource. (Inherited from ExperimentMetric) |
Lifecycle |
Determines whether it is included in experiment analysis. (Inherited from ExperimentMetric) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ExperimentMetric>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. (Inherited from ExperimentMetric) |
IJsonModel<ExperimentMetric>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. (Inherited from ExperimentMetric) |
IPersistableModel<ExperimentMetric>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. (Inherited from ExperimentMetric) |
IPersistableModel<ExperimentMetric>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. (Inherited from ExperimentMetric) |
IPersistableModel<ExperimentMetric>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. (Inherited from ExperimentMetric) |