Class AllocateClusterRerouteCommandDescriptorBase<TDescriptor, TInterface>
Inheritance
AllocateClusterRerouteCommandDescriptorBase<TDescriptor, TInterface>
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
Methods
|
Edit this page
View Source
Index(IndexName)
Declaration
public TDescriptor Index(IndexName index)
Parameters
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
|
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
Extension Methods