Search Results for

    Show / Hide Table of Contents

    Class ReindexRouting

    Inheritance
    object
    ReindexRouting
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class ReindexRouting

    Constructors

    | Edit this page View Source

    ReindexRouting(string)

    Use ReindexRouting.Keep or ReindexRouting.Discard if you want to sent "keep" or "discard", this constructor always sends newRoutingValue prefixed with '='

    Declaration
    public ReindexRouting(string newRoutingValue)
    Parameters
    Type Name Description
    string newRoutingValue

    Fields

    | Edit this page View Source

    Discard

    Declaration
    public static ReindexRouting Discard
    Field Value
    Type Description
    ReindexRouting
    | Edit this page View Source

    Keep

    Declaration
    public static ReindexRouting Keep
    Field Value
    Type Description
    ReindexRouting

    Methods

    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Operators

    | Edit this page View Source

    implicit operator ReindexRouting(string)

    Declaration
    public static implicit operator ReindexRouting(string routing)
    Parameters
    Type Name Description
    string routing
    Returns
    Type Description
    ReindexRouting

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • ReindexRouting(string)
    • Fields
      • Discard
      • Keep
    • Methods
      • ToString()
    • Operators
      • implicit operator ReindexRouting(string)
    • Extension Methods
    Back to top Generated by DocFX