Search Results for

    Show / Hide Table of Contents

    Interface IFormattableMetricAggregation

    A metric aggregation that can accept a format to use for the output of the aggregation

    Inherited Members
    IMetricAggregation.Field
    IMetricAggregation.Missing
    IMetricAggregation.Script
    IAggregation.Meta
    IAggregation.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IFormattableMetricAggregation : IMetricAggregation, IAggregation

    Properties

    | Edit this page View Source

    Format

    The format to use for the output of the aggregation

    Declaration
    [DataMember(Name = "format")]
    string Format { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Format
    • Extension Methods
    Back to top Generated by DocFX