Share via


IExpansionResultAggregation Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ExpansionResultAggregationTypeConverter))]
public interface IExpansionResultAggregation : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ExpansionResultAggregationTypeConverter))>]
type IExpansionResultAggregation = interface
    interface IJsonSerializable
Public Interface IExpansionResultAggregation
Implements IJsonSerializable
Derived
Attributes
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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to