Search Results for

    Show / Hide Table of Contents

    Class DateRangeQuery

    Inheritance
    object
    QueryBase
    FieldNameQueryBase
    DateRangeQuery
    Implements
    IDateRangeQuery
    IRangeQuery
    IFieldNameQuery
    IQuery
    Inherited Members
    FieldNameQueryBase.Field
    QueryBase.Boost
    QueryBase.IsStrict
    QueryBase.IsVerbatim
    QueryBase.IsWritable
    QueryBase.Name
    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 DateRangeQuery : FieldNameQueryBase, IDateRangeQuery, IRangeQuery, IFieldNameQuery, IQuery

    Properties

    | Edit this page View Source

    Conditionless

    Declaration
    protected override bool Conditionless { get; }
    Property Value
    Type Description
    bool
    Overrides
    QueryBase.Conditionless
    | Edit this page View Source

    Format

    Declaration
    public string Format { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    GreaterThan

    Declaration
    public DateMath GreaterThan { get; set; }
    Property Value
    Type Description
    DateMath
    | Edit this page View Source

    GreaterThanOrEqualTo

    Declaration
    public DateMath GreaterThanOrEqualTo { get; set; }
    Property Value
    Type Description
    DateMath
    | Edit this page View Source

    LessThan

    Declaration
    public DateMath LessThan { get; set; }
    Property Value
    Type Description
    DateMath
    | Edit this page View Source

    LessThanOrEqualTo

    Declaration
    public DateMath LessThanOrEqualTo { get; set; }
    Property Value
    Type Description
    DateMath
    | Edit this page View Source

    Relation

    Declaration
    public RangeRelation? Relation { get; set; }
    Property Value
    Type Description
    RangeRelation?
    | Edit this page View Source

    TimeZone

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

    Implements

    IDateRangeQuery
    IRangeQuery
    IFieldNameQuery
    IQuery

    Extension Methods

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