Search Results for

    Show / Hide Table of Contents

    Class BucketAggregateBase

    Inheritance
    object
    IsAReadOnlyDictionaryBase<string, IAggregate>
    AggregateDictionary
    BucketAggregateBase
    FiltersAggregate
    SingleBucketAggregate
    Implements
    IIsAReadOnlyDictionary<string, IAggregate>
    IReadOnlyDictionary<string, IAggregate>
    IReadOnlyCollection<KeyValuePair<string, IAggregate>>
    IEnumerable<KeyValuePair<string, IAggregate>>
    IEnumerable
    IIsAReadOnlyDictionary
    IAggregate
    Inherited Members
    AggregateDictionary.Default
    AggregateDictionary.Sanitize(string)
    AggregateDictionary.Min(string)
    AggregateDictionary.Max(string)
    AggregateDictionary.Sum(string)
    AggregateDictionary.Cardinality(string)
    AggregateDictionary.Average(string)
    AggregateDictionary.ValueCount(string)
    AggregateDictionary.AverageBucket(string)
    AggregateDictionary.Derivative(string)
    AggregateDictionary.SumBucket(string)
    AggregateDictionary.MovingAverage(string)
    AggregateDictionary.CumulativeSum(string)
    AggregateDictionary.BucketScript(string)
    AggregateDictionary.SerialDifferencing(string)
    AggregateDictionary.WeightedAverage(string)
    AggregateDictionary.MaxBucket(string)
    AggregateDictionary.MinBucket(string)
    AggregateDictionary.ScriptedMetric(string)
    AggregateDictionary.Stats(string)
    AggregateDictionary.StatsBucket(string)
    AggregateDictionary.ExtendedStats(string)
    AggregateDictionary.ExtendedStatsBucket(string)
    AggregateDictionary.GeoBounds(string)
    AggregateDictionary.GeoLine(string)
    AggregateDictionary.Percentiles(string)
    AggregateDictionary.PercentilesBucket(string)
    AggregateDictionary.PercentileRanks(string)
    AggregateDictionary.TopHits(string)
    AggregateDictionary.Filters(string)
    AggregateDictionary.Global(string)
    AggregateDictionary.Filter(string)
    AggregateDictionary.Missing(string)
    AggregateDictionary.Nested(string)
    AggregateDictionary.Normalize(string)
    AggregateDictionary.ReverseNested(string)
    AggregateDictionary.Children(string)
    AggregateDictionary.Parent(string)
    AggregateDictionary.Sampler(string)
    AggregateDictionary.DiversifiedSampler(string)
    AggregateDictionary.GeoCentroid(string)
    AggregateDictionary.SignificantTerms<TKey>(string)
    AggregateDictionary.SignificantTerms(string)
    AggregateDictionary.SignificantText<TKey>(string)
    AggregateDictionary.SignificantText(string)
    AggregateDictionary.Terms<TKey>(string)
    AggregateDictionary.Terms(string)
    AggregateDictionary.Histogram(string)
    AggregateDictionary.GeoHash(string)
    AggregateDictionary.GeoTile(string)
    AggregateDictionary.AdjacencyMatrix(string)
    AggregateDictionary.RareTerms<TKey>(string)
    AggregateDictionary.RareTerms(string)
    AggregateDictionary.Range(string)
    AggregateDictionary.DateRange(string)
    AggregateDictionary.IpRange(string)
    AggregateDictionary.GeoDistance(string)
    AggregateDictionary.DateHistogram(string)
    AggregateDictionary.VariableWidthHistogram(string)
    AggregateDictionary.MultiTerms(string)
    AggregateDictionary.MultiTerms<TKey>(string)
    AggregateDictionary.AutoDateHistogram(string)
    AggregateDictionary.Composite(string)
    AggregateDictionary.MatrixStats(string)
    AggregateDictionary.MedianAbsoluteDeviation(string)
    IsAReadOnlyDictionaryBase<string, IAggregate>.Count
    IsAReadOnlyDictionaryBase<string, IAggregate>.this[string]
    IsAReadOnlyDictionaryBase<string, IAggregate>.Keys
    IsAReadOnlyDictionaryBase<string, IAggregate>.Values
    IsAReadOnlyDictionaryBase<string, IAggregate>.BackingDictionary
    IsAReadOnlyDictionaryBase<string, IAggregate>.ContainsKey(string)
    IsAReadOnlyDictionaryBase<string, IAggregate>.TryGetValue(string, out IAggregate)
    IsAReadOnlyDictionaryBase<string, IAggregate>.Sanitize(string)
    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 abstract class BucketAggregateBase : AggregateDictionary, IIsAReadOnlyDictionary<string, IAggregate>, IReadOnlyDictionary<string, IAggregate>, IReadOnlyCollection<KeyValuePair<string, IAggregate>>, IEnumerable<KeyValuePair<string, IAggregate>>, IEnumerable, IIsAReadOnlyDictionary, IAggregate

    Constructors

    | Edit this page View Source

    BucketAggregateBase(IReadOnlyDictionary<string, IAggregate>)

    Declaration
    protected BucketAggregateBase(IReadOnlyDictionary<string, IAggregate> aggregations)
    Parameters
    Type Name Description
    IReadOnlyDictionary<string, IAggregate> aggregations

    Properties

    | Edit this page View Source

    Meta

    Metadata for the aggregation

    Declaration
    public IReadOnlyDictionary<string, object> Meta { get; set; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, object>

    Implements

    IIsAReadOnlyDictionary<TKey, TValue>
    IReadOnlyDictionary<TKey, TValue>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IEnumerable
    IIsAReadOnlyDictionary
    IAggregate

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • BucketAggregateBase(IReadOnlyDictionary<string, IAggregate>)
    • Properties
      • Meta
    • Implements
    • Extension Methods
    Back to top Generated by DocFX