Class DateRangePropertyDescriptor<T>
A range of date values represented as unsigned 64-bit integer milliseconds elapsed since system epoch.
Inheritance
DateRangePropertyDescriptor<T>
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class DateRangePropertyDescriptor<T> : RangePropertyDescriptorBase<DateRangePropertyDescriptor<T>, IDateRangeProperty, T>, IDescriptor, IDateRangeProperty, IRangeProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping where T : class
Type Parameters
Name | Description |
---|---|
T |
Constructors
| Edit this page View SourceDateRangePropertyDescriptor()
Declaration
public DateRangePropertyDescriptor()
Methods
| Edit this page View SourceFormat(string)
Declaration
public DateRangePropertyDescriptor<T> Format(string format)
Parameters
Type | Name | Description |
---|---|---|
string | format |
Returns
Type | Description |
---|---|
DateRangePropertyDescriptor<T> |