Search Results for

    Show / Hide Table of Contents

    Interface IHistogramCompositeAggregationSource

    A value source that can be applied on numeric values to build fixed size interval over the values. The interval parameter defines how the numeric values should be transformed. For instance an interval set to 5 will translate any numeric values to its closest interval, a value of 101 would be translated to 100 which is the key for the interval between 100 and 105.

    Inherited Members
    ICompositeAggregationSource.Field
    ICompositeAggregationSource.MissingBucket
    ICompositeAggregationSource.Name
    ICompositeAggregationSource.Order
    ICompositeAggregationSource.SourceType
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IHistogramCompositeAggregationSource : ICompositeAggregationSource

    Properties

    | Edit this page View Source

    Interval

    The interval to use when bucketing documents

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

    Script

    A script to create the values for the composite buckets

    Declaration
    [DataMember(Name = "script")]
    IScript Script { get; set; }
    Property Value
    Type Description
    IScript

    Extension Methods

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