Interface IMatrixAggregation
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IMatrixAggregation : IAggregation
Properties
| Edit this page View SourceFields
Declaration
[DataMember(Name = "fields")]
Fields Fields { get; set; }
Property Value
| Type | Description |
|---|---|
| Fields |
Missing
Declaration
[DataMember(Name = "missing")]
IDictionary<Field, double> Missing { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<Field, double> |