Search Results for

    Show / Hide Table of Contents

    Class AllocateClusterRerouteCommandBase

    Inheritance
    object
    AllocateClusterRerouteCommandBase
    AllocateEmptyPrimaryRerouteCommand
    AllocateReplicaClusterRerouteCommand
    AllocateStalePrimaryRerouteCommand
    Implements
    IAllocateClusterRerouteCommand
    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 abstract class AllocateClusterRerouteCommandBase : IAllocateClusterRerouteCommand, IClusterRerouteCommand

    Properties

    | 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 abstract 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

    IAllocateClusterRerouteCommand
    IClusterRerouteCommand

    Extension Methods

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