Interface IVariableWidthHistogramAggregation
Assembly: OpenSearch.Client.dll
Syntax
public interface IVariableWidthHistogramAggregation : IBucketAggregation, IAggregation
Properties
|
Edit this page
View Source
Buckets
Declaration
[DataMember(Name = "buckets")]
int? Buckets { get; set; }
Property Value
|
Edit this page
View Source
Field
Declaration
[DataMember(Name = "field")]
Field Field { get; set; }
Property Value
|
Edit this page
View Source
InitialBuffer
Declaration
[DataMember(Name = "initial_buffer")]
int? InitialBuffer { get; set; }
Property Value
|
Edit this page
View Source
ShardSize
Declaration
[DataMember(Name = "shard_size")]
int? ShardSize { get; set; }
Property Value
Extension Methods