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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript