Search Results for

    Show / Hide Table of Contents

    Interface IRuntimeField

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface 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
    [DataMember(Name = "format")]
    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
    [DataMember(Name = "script")]
    IStoredScript Script { get; set; }
    Property Value
    Type Description
    IStoredScript
    | Edit this page View Source

    Type

    The datatype of the runtime field.

    Declaration
    [DataMember(Name = "type")]
    FieldType Type { get; set; }
    Property Value
    Type Description
    FieldType

    Extension Methods

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