Class FloatRange
Assembly: OpenSearch.Client.dll
Syntax
Properties
|
Edit this page
View Source
GreaterThan
Declaration
[DataMember(Name = "gt")]
public float? GreaterThan { get; set; }
Property Value
|
Edit this page
View Source
GreaterThanOrEqualTo
Declaration
[DataMember(Name = "gte")]
public float? GreaterThanOrEqualTo { get; set; }
Property Value
|
Edit this page
View Source
LessThan
Declaration
[DataMember(Name = "lt")]
public float? LessThan { get; set; }
Property Value
|
Edit this page
View Source
LessThanOrEqualTo
Declaration
[DataMember(Name = "lte")]
public float? LessThanOrEqualTo { get; set; }
Property Value
Extension Methods