Search Results for

    Show / Hide Table of Contents

    Interface IDateRangeProperty

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

    Inherited Members
    IRangeProperty.Coerce
    IRangeProperty.Index
    IDocValuesProperty.DocValues
    ICoreProperty.CopyTo
    ICoreProperty.Fields
    ICoreProperty.Similarity
    ICoreProperty.Store
    IProperty.LocalMetadata
    IProperty.Meta
    IProperty.Name
    IProperty.Type
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IDateRangeProperty : IRangeProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping

    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
    [DataMember(Name = "format")]
    string Format { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

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