Search Results for

    Show / Hide Table of Contents

    Class ClusterRerouteParameters

    Inheritance
    object
    ClusterRerouteParameters
    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
    [DataContract]
    public class ClusterRerouteParameters

    Properties

    | Edit this page View Source

    AllowPrimary

    Declaration
    [DataMember(Name = "allow_primary")]
    public bool? AllowPrimary { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    FromNode

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

    Index

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

    Node

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

    Shard

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

    ToNode

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

    Extension Methods

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