Search Results for

    Show / Hide Table of Contents

    Class FielddataFrequencyFilter

    Inheritance
    object
    FielddataFrequencyFilter
    Implements
    IFielddataFrequencyFilter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class FielddataFrequencyFilter : IFielddataFrequencyFilter

    Properties

    | Edit this page View Source

    Max

    Declaration
    public double? Max { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    Min

    Declaration
    public double? Min { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    MinSegmentSize

    Declaration
    public int? MinSegmentSize { get; set; }
    Property Value
    Type Description
    int?

    Implements

    IFielddataFrequencyFilter

    Extension Methods

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