Share via


ExpansionResultAggregation Class

Definition

Information of a specific aggregation in the expansion result.

public class ExpansionResultAggregation : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.ExpansionResultAggregation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.ExpansionResultAggregation>
type ExpansionResultAggregation = class
    interface IJsonModel<ExpansionResultAggregation>
    interface IPersistableModel<ExpansionResultAggregation>
Public Class ExpansionResultAggregation
Implements IJsonModel(Of ExpansionResultAggregation), IPersistableModel(Of ExpansionResultAggregation)
Inheritance
ExpansionResultAggregation
Implements

Properties

AggregationType

The common type of the aggregation. (for e.g. entity field name).

Count

Total number of aggregations of the given kind (and aggregationType if given) in the expansion result.

DisplayName

The display name of the aggregation by type.

EntityKind

The kind of the aggregated entity.

Explicit Interface Implementations

IJsonModel<ExpansionResultAggregation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExpansionResultAggregation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExpansionResultAggregation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExpansionResultAggregation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExpansionResultAggregation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to