Search Results for

    Show / Hide Table of Contents

    Class DateRangePropertyDescriptor<T>

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

    Inheritance
    object
    DescriptorBase<DateRangePropertyDescriptor<T>, IDateRangeProperty>
    PropertyDescriptorBase<DateRangePropertyDescriptor<T>, IDateRangeProperty, T>
    CorePropertyDescriptorBase<DateRangePropertyDescriptor<T>, IDateRangeProperty, T>
    DocValuesPropertyDescriptorBase<DateRangePropertyDescriptor<T>, IDateRangeProperty, T>
    RangePropertyDescriptorBase<DateRangePropertyDescriptor<T>, IDateRangeProperty, T>
    DateRangePropertyDescriptor<T>
    Implements
    IDescriptor
    IDateRangeProperty
    IRangeProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping
    Inherited Members
    RangePropertyDescriptorBase<DateRangePropertyDescriptor<T>, IDateRangeProperty, T>.Coerce(bool?)
    RangePropertyDescriptorBase<DateRangePropertyDescriptor<T>, IDateRangeProperty, T>.Index(bool?)
    DocValuesPropertyDescriptorBase<DateRangePropertyDescriptor<T>, IDateRangeProperty, T>.DocValues(bool?)
    CorePropertyDescriptorBase<DateRangePropertyDescriptor<T>, IDateRangeProperty, T>.Store(bool?)
    CorePropertyDescriptorBase<DateRangePropertyDescriptor<T>, IDateRangeProperty, T>.Fields(Func<PropertiesDescriptor<T>, IPromise<IProperties>>)
    CorePropertyDescriptorBase<DateRangePropertyDescriptor<T>, IDateRangeProperty, T>.Similarity(string)
    CorePropertyDescriptorBase<DateRangePropertyDescriptor<T>, IDateRangeProperty, T>.CopyTo(Func<FieldsDescriptor<T>, IPromise<Fields>>)
    PropertyDescriptorBase<DateRangePropertyDescriptor<T>, IDateRangeProperty, T>.DebugDisplay
    PropertyDescriptorBase<DateRangePropertyDescriptor<T>, IDateRangeProperty, T>.TypeOverride
    PropertyDescriptorBase<DateRangePropertyDescriptor<T>, IDateRangeProperty, T>.Name(PropertyName)
    PropertyDescriptorBase<DateRangePropertyDescriptor<T>, IDateRangeProperty, T>.Name<TValue>(Expression<Func<T, TValue>>)
    PropertyDescriptorBase<DateRangePropertyDescriptor<T>, IDateRangeProperty, T>.LocalMetadata(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    PropertyDescriptorBase<DateRangePropertyDescriptor<T>, IDateRangeProperty, T>.Meta(Func<FluentDictionary<string, string>, FluentDictionary<string, string>>)
    DescriptorBase<DateRangePropertyDescriptor<T>, IDateRangeProperty>.Self
    DescriptorBase<DateRangePropertyDescriptor<T>, IDateRangeProperty>.Assign<TValue>(TValue, Action<IDateRangeProperty, 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 DateRangePropertyDescriptor<T> : RangePropertyDescriptorBase<DateRangePropertyDescriptor<T>, IDateRangeProperty, T>, IDescriptor, IDateRangeProperty, IRangeProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping where T : class
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    DateRangePropertyDescriptor()

    Declaration
    public DateRangePropertyDescriptor()

    Methods

    | Edit this page View Source

    Format(string)

    Declaration
    public DateRangePropertyDescriptor<T> Format(string format)
    Parameters
    Type Name Description
    string format
    Returns
    Type Description
    DateRangePropertyDescriptor<T>

    Implements

    IDescriptor
    IDateRangeProperty
    IRangeProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping

    Extension Methods

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