Class RuntimeFieldDescriptor
Inheritance
RuntimeFieldDescriptor
Assembly: OpenSearch.Client.dll
Syntax
public class RuntimeFieldDescriptor : DescriptorBase<RuntimeFieldDescriptor, IRuntimeField>, IDescriptor, IRuntimeField
Constructors
|
Edit this page
View Source
RuntimeFieldDescriptor(FieldType)
Declaration
public RuntimeFieldDescriptor(FieldType fieldType)
Parameters
Methods
|
Edit this page
View Source
Declaration
public RuntimeFieldDescriptor Format(string format)
Parameters
Type |
Name |
Description |
string |
format |
|
Returns
|
Edit this page
View Source
Script(IStoredScript)
Declaration
public RuntimeFieldDescriptor Script(IStoredScript script)
Parameters
Returns
|
Edit this page
View Source
Script(string)
Declaration
public RuntimeFieldDescriptor Script(string source)
Parameters
Type |
Name |
Description |
string |
source |
|
Returns
Implements
Extension Methods