Interface IRuntimeField
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IRuntimeField
Properties
| Edit this page View SourceFormat
Runtime fields with a type of date can accept the format parameter exactly as the date field type. DateFormat
Declaration
[DataMember(Name = "format")]
string Format { get; set; }
Property Value
Type | Description |
---|---|
string |
Script
The script to be evaluated for field calculation at search time.
Declaration
[DataMember(Name = "script")]
IStoredScript Script { get; set; }
Property Value
Type | Description |
---|---|
IStoredScript |
Type
The datatype of the runtime field.
Declaration
[DataMember(Name = "type")]
FieldType Type { get; set; }
Property Value
Type | Description |
---|---|
FieldType |