Search Results for

    Show / Hide Table of Contents

    Class DateHistogramBucket

    Inheritance
    object
    IsAReadOnlyDictionaryBase<string, IAggregate>
    AggregateDictionary
    BucketBase
    KeyedBucket<double>
    DateHistogramBucket
    Implements
    IIsAReadOnlyDictionary<string, IAggregate>
    IReadOnlyDictionary<string, IAggregate>
    IReadOnlyCollection<KeyValuePair<string, IAggregate>>
    IEnumerable<KeyValuePair<string, IAggregate>>
    IEnumerable
    IIsAReadOnlyDictionary
    IBucket
    Inherited Members
    KeyedBucket<double>.DocCount
    KeyedBucket<double>.DocCountErrorUpperBound
    KeyedBucket<double>.Key
    KeyedBucket<double>.KeyAsString
    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 DateHistogramBucket : KeyedBucket<double>, IIsAReadOnlyDictionary<string, IAggregate>, IReadOnlyDictionary<string, IAggregate>, IReadOnlyCollection<KeyValuePair<string, IAggregate>>, IEnumerable<KeyValuePair<string, IAggregate>>, IEnumerable, IIsAReadOnlyDictionary, IBucket

    Constructors

    | Edit this page View Source

    DateHistogramBucket(IReadOnlyDictionary<string, IAggregate>)

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

    Properties

    | Edit this page View Source

    Date

    Declaration
    public DateTime Date { get; }
    Property Value
    Type Description
    DateTime

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