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