Class DateRangeExpression
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class DateRangeExpression : IDateRangeExpression
Properties
| Edit this page View SourceFrom
Declaration
public DateMath From { get; set; }
Property Value
Type | Description |
---|---|
DateMath |
Key
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
To
Declaration
public DateMath To { get; set; }
Property Value
Type | Description |
---|---|
DateMath |