Class IntegerRangePropertyDescriptor<T>
A range of signed 32-bit integers with a minimum value of -231 and maximum of 231-1.
Inheritance
IntegerRangePropertyDescriptor<T>
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class IntegerRangePropertyDescriptor<T> : RangePropertyDescriptorBase<IntegerRangePropertyDescriptor<T>, IIntegerRangeProperty, T>, IDescriptor, IIntegerRangeProperty, IRangeProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping where T : class
Type Parameters
Name | Description |
---|---|
T |
Constructors
| Edit this page View SourceIntegerRangePropertyDescriptor()
Declaration
public IntegerRangePropertyDescriptor()