Search Results for

    Show / Hide Table of Contents

    Class SuffixExtensions

    Inheritance
    object
    SuffixExtensions
    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 static class SuffixExtensions

    Methods

    | Edit this page View Source

    Suffix(object, string)

    This extension method should only be used in expressions which are analysed by OpenSearch.Client. When analysed it will append suffix to the path separating it with a dot. This is especially useful with multi fields.

    Declaration
    public static object Suffix(this object @object, string suffix)
    Parameters
    Type Name Description
    object object
    string suffix
    Returns
    Type Description
    object
    • Edit this page
    • View Source
    In this article
    • Methods
      • Suffix(object, string)
    Back to top Generated by DocFX