Search Results for

    Show / Hide Table of Contents

    Interface ICardinalityAggregation

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

    Properties

    | Edit this page View Source

    PrecisionThreshold

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

    Rehash

    Declaration
    [DataMember(Name = "rehash")]
    bool? Rehash { get; set; }
    Property Value
    Type Description
    bool?

    Extension Methods

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