Search Results for

    Show / Hide Table of Contents

    Interface ICancelClusterRerouteCommand

    Inherited Members
    IClusterRerouteCommand.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface ICancelClusterRerouteCommand : IClusterRerouteCommand

    Properties

    | Edit this page View Source

    AllowPrimary

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

    Index

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

    Node

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

    Shard

    Declaration
    [DataMember(Name = "shard")]
    int? Shard { get; set; }
    Property Value
    Type Description
    int?

    Extension Methods

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