Search Results for

    Show / Hide Table of Contents

    Class SingleBucketAggregate

    Inheritance
    object
    IsAReadOnlyDictionaryBase<string, IAggregate>
    AggregateDictionary
    BucketAggregateBase
    SingleBucketAggregate
    Implements
    IIsAReadOnlyDictionary<string, IAggregate>
    IReadOnlyDictionary<string, IAggregate>
    IReadOnlyCollection<KeyValuePair<string, IAggregate>>
    IEnumerable<KeyValuePair<string, IAggregate>>
    IEnumerable
    IIsAReadOnlyDictionary
    IAggregate
    Inherited Members
    BucketAggregateBase.Meta
    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 class SingleBucketAggregate : BucketAggregateBase, IIsAReadOnlyDictionary<string, IAggregate>, IReadOnlyDictionary<string, IAggregate>, IReadOnlyCollection<KeyValuePair<string, IAggregate>>, IEnumerable<KeyValuePair<string, IAggregate>>, IEnumerable, IIsAReadOnlyDictionary, IAggregate

    Constructors

    | Edit this page View Source

    SingleBucketAggregate(IReadOnlyDictionary<string, IAggregate>)

    Declaration
    public SingleBucketAggregate(IReadOnlyDictionary<string, IAggregate> aggregations)
    Parameters
    Type Name Description
    IReadOnlyDictionary<string, IAggregate> aggregations

    Properties

    | Edit this page View Source

    DocCount

    Count of documents in the bucket

    Declaration
    public long DocCount { get; }
    Property Value
    Type Description
    long

    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
      • SingleBucketAggregate(IReadOnlyDictionary<string, IAggregate>)
    • Properties
      • DocCount
    • Implements
    • Extension Methods
    Back to top Generated by DocFX