Search Results for

    Show / Hide Table of Contents

    Class IntegerRangePropertyDescriptor<T>

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

    Inheritance
    object
    DescriptorBase<IntegerRangePropertyDescriptor<T>, IIntegerRangeProperty>
    PropertyDescriptorBase<IntegerRangePropertyDescriptor<T>, IIntegerRangeProperty, T>
    CorePropertyDescriptorBase<IntegerRangePropertyDescriptor<T>, IIntegerRangeProperty, T>
    DocValuesPropertyDescriptorBase<IntegerRangePropertyDescriptor<T>, IIntegerRangeProperty, T>
    RangePropertyDescriptorBase<IntegerRangePropertyDescriptor<T>, IIntegerRangeProperty, T>
    IntegerRangePropertyDescriptor<T>
    Implements
    IDescriptor
    IIntegerRangeProperty
    IRangeProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping
    Inherited Members
    RangePropertyDescriptorBase<IntegerRangePropertyDescriptor<T>, IIntegerRangeProperty, T>.Coerce(bool?)
    RangePropertyDescriptorBase<IntegerRangePropertyDescriptor<T>, IIntegerRangeProperty, T>.Index(bool?)
    DocValuesPropertyDescriptorBase<IntegerRangePropertyDescriptor<T>, IIntegerRangeProperty, T>.DocValues(bool?)
    CorePropertyDescriptorBase<IntegerRangePropertyDescriptor<T>, IIntegerRangeProperty, T>.Store(bool?)
    CorePropertyDescriptorBase<IntegerRangePropertyDescriptor<T>, IIntegerRangeProperty, T>.Fields(Func<PropertiesDescriptor<T>, IPromise<IProperties>>)
    CorePropertyDescriptorBase<IntegerRangePropertyDescriptor<T>, IIntegerRangeProperty, T>.Similarity(string)
    CorePropertyDescriptorBase<IntegerRangePropertyDescriptor<T>, IIntegerRangeProperty, T>.CopyTo(Func<FieldsDescriptor<T>, IPromise<Fields>>)
    PropertyDescriptorBase<IntegerRangePropertyDescriptor<T>, IIntegerRangeProperty, T>.DebugDisplay
    PropertyDescriptorBase<IntegerRangePropertyDescriptor<T>, IIntegerRangeProperty, T>.TypeOverride
    PropertyDescriptorBase<IntegerRangePropertyDescriptor<T>, IIntegerRangeProperty, T>.Name(PropertyName)
    PropertyDescriptorBase<IntegerRangePropertyDescriptor<T>, IIntegerRangeProperty, T>.Name<TValue>(Expression<Func<T, TValue>>)
    PropertyDescriptorBase<IntegerRangePropertyDescriptor<T>, IIntegerRangeProperty, T>.LocalMetadata(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    PropertyDescriptorBase<IntegerRangePropertyDescriptor<T>, IIntegerRangeProperty, T>.Meta(Func<FluentDictionary<string, string>, FluentDictionary<string, string>>)
    DescriptorBase<IntegerRangePropertyDescriptor<T>, IIntegerRangeProperty>.Self
    DescriptorBase<IntegerRangePropertyDescriptor<T>, IIntegerRangeProperty>.Assign<TValue>(TValue, Action<IIntegerRangeProperty, TValue>)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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 Source

    IntegerRangePropertyDescriptor()

    Declaration
    public IntegerRangePropertyDescriptor()

    Implements

    IDescriptor
    IIntegerRangeProperty
    IRangeProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • IntegerRangePropertyDescriptor()
    • Implements
    • Extension Methods
    Back to top Generated by DocFX