Share via


AggregatedValue Class

Definition

An event property value aggregated by a metric.

public class AggregatedValue : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.OnlineExperimentation.AggregatedValue>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.OnlineExperimentation.AggregatedValue>
type AggregatedValue = class
    interface IJsonModel<AggregatedValue>
    interface IPersistableModel<AggregatedValue>
Public Class AggregatedValue
Implements IJsonModel(Of AggregatedValue), IPersistableModel(Of AggregatedValue)
Inheritance
AggregatedValue
Implements

Constructors

AggregatedValue(String, String)

Initializes a new instance of AggregatedValue.

Properties

EventName

The name of the event.

EventProperty

The key of the event property to aggregate.

Filter

[Optional] A condition to filter events.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AggregatedValue>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AggregatedValue>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AggregatedValue>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AggregatedValue>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AggregatedValue>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to