Search Results for

    Show / Hide Table of Contents

    Interface IVariableWidthHistogramAggregation

    Inherited Members
    IBucketAggregation.Aggregations
    IAggregation.Meta
    IAggregation.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IVariableWidthHistogramAggregation : IBucketAggregation, IAggregation

    Properties

    | Edit this page View Source

    Buckets

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

    Field

    The field to target.

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

    InitialBuffer

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

    ShardSize

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

    Extension Methods

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