Interface IAggregation
An aggregation on the request
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IAggregation
Properties
| Edit this page View SourceMeta
metadata to associate with the individual aggregation at request time that will be returned in place at response time
Declaration
IDictionary<string, object> Meta { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
Name
name of the aggregation
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
string |