Interface IDateMath
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IDateMath
Properties
| Edit this page View SourceAnchor
Declaration
Union<DateTime, string> Anchor { get; }
Property Value
Type | Description |
---|---|
Union<DateTime, string> |
Ranges
Declaration
IList<Tuple<DateMathOperation, DateMathTime>> Ranges { get; }
Property Value
Type | Description |
---|---|
IList<Tuple<DateMathOperation, DateMathTime>> |
Round
Declaration
DateMathTimeUnit? Round { get; }
Property Value
Type | Description |
---|---|
DateMathTimeUnit? |