Search Results for

    Show / Hide Table of Contents

    Interface IStoredScript

    A Stored script

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IStoredScript

    Properties

    | Edit this page View Source

    Lang

    The script language

    Declaration
    [DataMember(Name = "lang")]
    string Lang { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Source

    The script source

    Declaration
    [DataMember(Name = "source")]
    string Source { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

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