Search Results for

    Show / Hide Table of Contents

    Class CancelClusterRerouteCommandDescriptor

    Inheritance
    object
    DescriptorBase<CancelClusterRerouteCommandDescriptor, ICancelClusterRerouteCommand>
    CancelClusterRerouteCommandDescriptor
    Implements
    IDescriptor
    ICancelClusterRerouteCommand
    IClusterRerouteCommand
    Inherited Members
    DescriptorBase<CancelClusterRerouteCommandDescriptor, ICancelClusterRerouteCommand>.Self
    DescriptorBase<CancelClusterRerouteCommandDescriptor, ICancelClusterRerouteCommand>.Assign<TValue>(TValue, Action<ICancelClusterRerouteCommand, 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 class CancelClusterRerouteCommandDescriptor : DescriptorBase<CancelClusterRerouteCommandDescriptor, ICancelClusterRerouteCommand>, IDescriptor, ICancelClusterRerouteCommand, IClusterRerouteCommand

    Methods

    | Edit this page View Source

    AllowPrimary(bool?)

    Declaration
    public CancelClusterRerouteCommandDescriptor AllowPrimary(bool? allowPrimary = true)
    Parameters
    Type Name Description
    bool? allowPrimary
    Returns
    Type Description
    CancelClusterRerouteCommandDescriptor
    | Edit this page View Source

    Index(IndexName)

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

    Index<T>()

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

    Node(string)

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

    Shard(int?)

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

    Implements

    IDescriptor
    ICancelClusterRerouteCommand
    IClusterRerouteCommand

    Extension Methods

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