Search Results for

    Show / Hide Table of Contents

    Class CancelClusterRerouteCommand

    Inheritance
    object
    CancelClusterRerouteCommand
    Implements
    ICancelClusterRerouteCommand
    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 CancelClusterRerouteCommand : ICancelClusterRerouteCommand, IClusterRerouteCommand

    Properties

    | Edit this page View Source

    AllowPrimary

    Declaration
    public bool? AllowPrimary { get; set; }
    Property Value
    Type Description
    bool?
    | 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

    Node

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

    Shard

    Declaration
    public int? Shard { get; set; }
    Property Value
    Type Description
    int?

    Implements

    ICancelClusterRerouteCommand
    IClusterRerouteCommand

    Extension Methods

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