Interface IDateRangeProperty
A range of date values represented as unsigned 64-bit integer milliseconds elapsed since system epoch.
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IDateRangeProperty : IRangeProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping
Properties
| Edit this page View SourceFormat
The date format(s) that can be parsed. Defaults to strict_date_optional_time||epoch_millis. DateFormat
Declaration
[DataMember(Name = "format")]
string Format { get; set; }
Property Value
Type | Description |
---|---|
string |