Search Results for

    Show / Hide Table of Contents

    Class MultiTermsBucket<TKey>

    Inheritance
    object
    IsAReadOnlyDictionaryBase<string, IAggregate>
    AggregateDictionary
    BucketBase
    MultiTermsBucket<TKey>
    Implements
    IIsAReadOnlyDictionary<string, IAggregate>
    IReadOnlyDictionary<string, IAggregate>
    IReadOnlyCollection<KeyValuePair<string, IAggregate>>
    IEnumerable<KeyValuePair<string, IAggregate>>
    IEnumerable
    IIsAReadOnlyDictionary
    IBucket
    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 class MultiTermsBucket<TKey> : BucketBase, IIsAReadOnlyDictionary<string, IAggregate>, IReadOnlyDictionary<string, IAggregate>, IReadOnlyCollection<KeyValuePair<string, IAggregate>>, IEnumerable<KeyValuePair<string, IAggregate>>, IEnumerable, IIsAReadOnlyDictionary, IBucket
    Type Parameters
    Name Description
    TKey

    Constructors

    | Edit this page View Source

    MultiTermsBucket(IReadOnlyDictionary<string, IAggregate>)

    Declaration
    public MultiTermsBucket(IReadOnlyDictionary<string, IAggregate> dict)
    Parameters
    Type Name Description
    IReadOnlyDictionary<string, IAggregate> dict

    Properties

    | Edit this page View Source

    DocCount

    Declaration
    public long? DocCount { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    DocCountErrorUpperBound

    Declaration
    public long? DocCountErrorUpperBound { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    Key

    Declaration
    public IEnumerable<TKey> Key { get; set; }
    Property Value
    Type Description
    IEnumerable<TKey>
    | Edit this page View Source

    KeyAsString

    Declaration
    public string KeyAsString { get; set; }
    Property Value
    Type Description
    string

    Implements

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

    Extension Methods

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