Search Results for

    Show / Hide Table of Contents

    Class RuntimeFieldDescriptor

    Inheritance
    object
    DescriptorBase<RuntimeFieldDescriptor, IRuntimeField>
    RuntimeFieldDescriptor
    Implements
    IDescriptor
    IRuntimeField
    Inherited Members
    DescriptorBase<RuntimeFieldDescriptor, IRuntimeField>.Self
    DescriptorBase<RuntimeFieldDescriptor, IRuntimeField>.Assign<TValue>(TValue, Action<IRuntimeField, TValue>)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    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
    Type Name Description
    FieldType fieldType

    Methods

    | Edit this page View Source

    Format(string)

    Declaration
    public RuntimeFieldDescriptor Format(string format)
    Parameters
    Type Name Description
    string format
    Returns
    Type Description
    RuntimeFieldDescriptor
    | Edit this page View Source

    Script(IStoredScript)

    Declaration
    public RuntimeFieldDescriptor Script(IStoredScript script)
    Parameters
    Type Name Description
    IStoredScript script
    Returns
    Type Description
    RuntimeFieldDescriptor
    | Edit this page View Source

    Script(string)

    Declaration
    public RuntimeFieldDescriptor Script(string source)
    Parameters
    Type Name Description
    string source
    Returns
    Type Description
    RuntimeFieldDescriptor

    Implements

    IDescriptor
    IRuntimeField

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • RuntimeFieldDescriptor(FieldType)
    • Methods
      • Format(string)
      • Script(IStoredScript)
      • Script(string)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX