Search Results for

    Show / Hide Table of Contents

    Interface IScriptSort

    Inherited Members
    ISort.Missing
    ISort.Mode
    ISort.NumericType
    ISort.Nested
    ISort.Order
    ISort.SortKey
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IScriptSort : ISort

    Properties

    | Edit this page View Source

    Script

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

    Type

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

    Extension Methods

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