Search Results for

    Show / Hide Table of Contents

    Class AllocateClusterRerouteCommandDescriptorBase<TDescriptor, TInterface>

    Inheritance
    object
    DescriptorBase<TDescriptor, TInterface>
    AllocateClusterRerouteCommandDescriptorBase<TDescriptor, TInterface>
    AllocateEmptyPrimaryRerouteCommandDescriptor
    AllocateReplicaClusterRerouteCommandDescriptor
    AllocateStalePrimaryRerouteCommandDescriptor
    Implements
    IDescriptor
    IAllocateClusterRerouteCommand
    IClusterRerouteCommand
    Inherited Members
    DescriptorBase<TDescriptor, TInterface>.Self
    DescriptorBase<TDescriptor, TInterface>.Assign<TValue>(TValue, Action<TInterface, TValue>)
    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 AllocateClusterRerouteCommandDescriptorBase<TDescriptor, TInterface> : DescriptorBase<TDescriptor, TInterface>, IDescriptor, IAllocateClusterRerouteCommand, IClusterRerouteCommand where TDescriptor : AllocateClusterRerouteCommandDescriptorBase<TDescriptor, TInterface>, TInterface, IAllocateClusterRerouteCommand where TInterface : class, IAllocateClusterRerouteCommand
    Type Parameters
    Name Description
    TDescriptor
    TInterface

    Properties

    | Edit this page View Source

    Name

    Declaration
    public abstract string Name { get; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    Index(IndexName)

    Declaration
    public TDescriptor Index(IndexName index)
    Parameters
    Type Name Description
    IndexName index
    Returns
    Type Description
    TDescriptor
    | Edit this page View Source

    Index<T>()

    Declaration
    public TDescriptor Index<T>() where T : class
    Returns
    Type Description
    TDescriptor
    Type Parameters
    Name Description
    T
    | Edit this page View Source

    Node(string)

    Declaration
    public TDescriptor Node(string node)
    Parameters
    Type Name Description
    string node
    Returns
    Type Description
    TDescriptor
    | Edit this page View Source

    Shard(int?)

    Declaration
    public TDescriptor Shard(int? shard)
    Parameters
    Type Name Description
    int? shard
    Returns
    Type Description
    TDescriptor

    Implements

    IDescriptor
    IAllocateClusterRerouteCommand
    IClusterRerouteCommand

    Extension Methods

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