Search Results for

    Show / Hide Table of Contents

    Interface IDateRangeExpression

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IDateRangeExpression

    Properties

    | Edit this page View Source

    From

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

    Key

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

    To

    Declaration
    [DataMember(Name = "to")]
    DateMath To { get; set; }
    Property Value
    Type Description
    DateMath

    Extension Methods

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