Class RuntimeField
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class RuntimeField : 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
public string Format { get; set; }
Property Value
Type | Description |
---|---|
string |
Script
The script to be evaluated for field calculation at search time.
Declaration
public IStoredScript Script { get; set; }
Property Value
Type | Description |
---|---|
IStoredScript |
Type
The datatype of the runtime field.
Declaration
public FieldType Type { get; set; }
Property Value
Type | Description |
---|---|
FieldType |