Class DateHistogramBucket
Inheritance
DateHistogramBucket
Implements
Inherited Members
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 SourceDateHistogramBucket(IReadOnlyDictionary<string, IAggregate>)
Declaration
public DateHistogramBucket(IReadOnlyDictionary<string, IAggregate> dict)
Parameters
Type | Name | Description |
---|---|---|
IReadOnlyDictionary<string, IAggregate> | dict |
Properties
| Edit this page View SourceDate
Declaration
public DateTime Date { get; }
Property Value
Type | Description |
---|---|
DateTime |