Search Results for

    Show / Hide Table of Contents

    Interface IMoveClusterRerouteCommand

    Inherited Members
    IClusterRerouteCommand.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IMoveClusterRerouteCommand : IClusterRerouteCommand

    Properties

    | Edit this page View Source

    FromNode

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

    Index

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

    Shard

    Declaration
    [DataMember(Name = "shard")]
    int? Shard { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    ToNode

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

    Extension Methods

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