Interface IFormattableMetricAggregation
A metric aggregation that can accept a format to use for the output of the aggregation
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IFormattableMetricAggregation : IMetricAggregation, IAggregation
Properties
| Edit this page View SourceFormat
The format to use for the output of the aggregation
Declaration
[DataMember(Name = "format")]
string Format { get; set; }
Property Value
Type | Description |
---|---|
string |