Skip to main content

Aggregations

Properties

NameTypeDescriptionNotes
NestedNestedaggregation[optional]
MetricMetricaggregation[optional]
VarFilterFilteraggregation[optional]
BucketBucketaggregation[optional]

Examples

  • Prepare the resource
$Aggregations = Initialize-Aggregations  -Nested null `
-Metric null `
-VarFilter null `
-Bucket null
  • Convert the resource to JSON
$Aggregations | ConvertTo-JSON

[Back to top]