Search Results for

    Show / Hide Table of Contents

    Class MoveClusterRerouteCommand

    Inheritance
    object
    MoveClusterRerouteCommand
    Implements
    IMoveClusterRerouteCommand
    IClusterRerouteCommand
    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 class MoveClusterRerouteCommand : IMoveClusterRerouteCommand, IClusterRerouteCommand

    Properties

    | Edit this page View Source

    FromNode

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

    Index

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

    Name

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

    Shard

    Declaration
    public int? Shard { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    ToNode

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

    Implements

    IMoveClusterRerouteCommand
    IClusterRerouteCommand

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • FromNode
      • Index
      • Name
      • Shard
      • ToNode
    • Implements
    • Extension Methods
    Back to top Generated by DocFX