Search Results for

    Show / Hide Table of Contents

    Interface IDateRangeQuery

    Inherited Members
    IFieldNameQuery.Field
    IQuery.Boost
    IQuery.Conditionless
    IQuery.IsStrict
    IQuery.IsVerbatim
    IQuery.IsWritable
    IQuery.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IDateRangeQuery : IRangeQuery, IFieldNameQuery, IQuery

    Properties

    | Edit this page View Source

    Format

    Declaration
    [DataMember(Name = "format")]
    string Format { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    GreaterThan

    Declaration
    [DataMember(Name = "gt")]
    DateMath GreaterThan { get; set; }
    Property Value
    Type Description
    DateMath
    | Edit this page View Source

    GreaterThanOrEqualTo

    Declaration
    [DataMember(Name = "gte")]
    DateMath GreaterThanOrEqualTo { get; set; }
    Property Value
    Type Description
    DateMath
    | Edit this page View Source

    LessThan

    Declaration
    [DataMember(Name = "lt")]
    DateMath LessThan { get; set; }
    Property Value
    Type Description
    DateMath
    | Edit this page View Source

    LessThanOrEqualTo

    Declaration
    [DataMember(Name = "lte")]
    DateMath LessThanOrEqualTo { get; set; }
    Property Value
    Type Description
    DateMath
    | Edit this page View Source

    Relation

    Declaration
    [DataMember(Name = "relation")]
    RangeRelation? Relation { get; set; }
    Property Value
    Type Description
    RangeRelation?
    | Edit this page View Source

    TimeZone

    Declaration
    [DataMember(Name = "time_zone")]
    string TimeZone { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

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