Search Results for

    Show / Hide Table of Contents

    Class RuntimeField

    Inheritance
    object
    RuntimeField
    Implements
    IRuntimeField
    Inherited Members
    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 RuntimeField : IRuntimeField

    Properties

    | Edit this page View Source

    Format

    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
    | Edit this page View Source

    Script

    The script to be evaluated for field calculation at search time.

    Declaration
    public IStoredScript Script { get; set; }
    Property Value
    Type Description
    IStoredScript
    | Edit this page View Source

    Type

    The datatype of the runtime field.

    Declaration
    public FieldType Type { get; set; }
    Property Value
    Type Description
    FieldType

    Implements

    IRuntimeField

    Extension Methods

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