ExpansionResultAggregation interface
Information of a specific aggregation in the expansion result.
Properties
aggregation |
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. |
display |
The display name of the aggregation by type. |
entity |
The kind of the aggregated entity. |
Property Details
aggregationType
The common type of the aggregation. (for e.g. entity field name)
aggregationType?: string
Property Value
string
count
Total number of aggregations of the given kind (and aggregationType if given) in the expansion result.
count: number
Property Value
number
displayName
The display name of the aggregation by type.
displayName?: string
Property Value
string
entityKind
The kind of the aggregated entity.
entityKind: string
Property Value
string
Azure SDK for JavaScript