Search Results for

    Show / Hide Table of Contents

    Class DateRangeProperty

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

    Inheritance
    object
    PropertyBase
    CorePropertyBase
    DocValuesPropertyBase
    RangePropertyBase
    DateRangeProperty
    Implements
    IPropertyWithClrOrigin
    IDateRangeProperty
    IRangeProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping
    Inherited Members
    RangePropertyBase.Coerce
    RangePropertyBase.Index
    DocValuesPropertyBase.DocValues
    CorePropertyBase.CopyTo
    CorePropertyBase.Fields
    CorePropertyBase.Similarity
    CorePropertyBase.Store
    PropertyBase.LocalMetadata
    PropertyBase.Meta
    PropertyBase.Name
    PropertyBase.DebugDisplay
    PropertyBase.ToString()
    PropertyBase.TypeOverride
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class DateRangeProperty : RangePropertyBase, IPropertyWithClrOrigin, IDateRangeProperty, IRangeProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping

    Constructors

    | Edit this page View Source

    DateRangeProperty()

    Declaration
    public DateRangeProperty()

    Properties

    | Edit this page View Source

    Format

    The date format(s) that can be parsed. Defaults to strict_date_optional_time||epoch_millis. DateFormat

    Declaration
    public string Format { get; set; }
    Property Value
    Type Description
    string

    Implements

    IPropertyWithClrOrigin
    IDateRangeProperty
    IRangeProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping

    Extension Methods

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