Class MatrixStatsAggregate
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class MatrixStatsAggregate : MatrixAggregateBase, IAggregate
Properties
| Edit this page View SourceDocCount
Declaration
[DataMember(Name = "doc_count")]
public long DocCount { get; set; }
Property Value
Type | Description |
---|---|
long |
Fields
Declaration
[DataMember(Name = "fields")]
public List<MatrixStatsField> Fields { get; set; }
Property Value
Type | Description |
---|---|
List<MatrixStatsField> |