Search Results for

    Show / Hide Table of Contents

    Interface IFielddataFrequencyFilter

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IFielddataFrequencyFilter

    Properties

    | Edit this page View Source

    Max

    Declaration
    [DataMember(Name = "max")]
    double? Max { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    Min

    Declaration
    [DataMember(Name = "min")]
    double? Min { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    MinSegmentSize

    Declaration
    [DataMember(Name = "min_segment_size")]
    int? MinSegmentSize { get; set; }
    Property Value
    Type Description
    int?

    Extension Methods

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