OpenSearch.Client by OpenSearch and contributors

<PackageReference Include="OpenSearch.Client" Version="1.6.0" />

.NET API 3,588,216 bytes

 RangeType

public enum RangeType

A range of date values represented as unsigned 64-bit integer milliseconds elapsed since system epoch.

A range of double-precision 64-bit IEEE 754 floating point values.

A range of single-precision 32-bit IEEE 754 floating point values.

A range of signed 32-bit integers with a minimum value of -231 and maximum of 231-1.

IpRange = 5

A range of ip values supporting either IPv4 or IPv6 (or mixed) addresses.

A range of signed 64-bit integers with a minimum value of -263 and maximum of 263-1.