Interface IFielddataFrequencyFilter
Assembly: OpenSearch.Client.dll
Syntax
public interface IFielddataFrequencyFilter
Properties
|
Edit this page
View Source
Max
Declaration
[DataMember(Name = "max")]
double? Max { get; set; }
Property Value
|
Edit this page
View Source
Min
Declaration
[DataMember(Name = "min")]
double? Min { get; set; }
Property Value
|
Edit this page
View Source
MinSegmentSize
Declaration
[DataMember(Name = "min_segment_size")]
int? MinSegmentSize { get; set; }
Property Value
Extension Methods