Search Results for

    Show / Hide Table of Contents

    Class ScriptSort

    Inheritance
    object
    SortBase
    ScriptSort
    Implements
    IScriptSort
    ISort
    Inherited Members
    SortBase.Missing
    SortBase.Mode
    SortBase.NumericType
    SortBase.Nested
    SortBase.Order
    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 ScriptSort : SortBase, IScriptSort, ISort

    Properties

    | Edit this page View Source

    Language

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

    Script

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

    SortKey

    The field on which to sort

    Declaration
    protected override Field SortKey { get; }
    Property Value
    Type Description
    Field
    Overrides
    SortBase.SortKey
    | Edit this page View Source

    Type

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

    Implements

    IScriptSort
    ISort

    Extension Methods

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