NEST by Elastic and contributors

<PackageReference Include="NEST" Version="7.1.0" />

.NET API 4,319,232 bytes

 IAggregationContainer

public interface IAggregationContainer

IFilterAggregation Filter { get; set; }

IGlobalAggregation Global { get; set; }

IMaxAggregation Max { get; set; }

IDictionary<string, object> Meta { get; set; }

IMinAggregation Min { get; set; }

INestedAggregation Nested { get; set; }

IParentAggregation Parent { get; set; }

IRangeAggregation Range { get; set; }

IStatsAggregation Stats { get; set; }

ISumAggregation Sum { get; set; }

ITermsAggregation Terms { get; set; }