Class AliasRemoveDescriptor
Inheritance
AliasRemoveDescriptor
Assembly: OpenSearch.Client.dll
Syntax
public class AliasRemoveDescriptor : DescriptorBase<AliasRemoveDescriptor, IAliasRemoveAction>, IDescriptor, IAliasRemoveAction, IAliasAction
Constructors
|
Edit this page
View Source
AliasRemoveDescriptor()
Declaration
public AliasRemoveDescriptor()
Methods
|
Edit this page
View Source
Alias(string)
An alias to remove.
Multiple aliases can be specified with Aliases
Declaration
public AliasRemoveDescriptor Alias(string alias)
Parameters
Type |
Name |
Description |
string |
alias |
|
Returns
|
Edit this page
View Source
Aliases(IEnumerable<string>)
A collection of aliases to remove
Declaration
public AliasRemoveDescriptor Aliases(IEnumerable<string> aliases)
Parameters
Returns
|
Edit this page
View Source
Aliases(params string[])
A collection of aliases to remove
Declaration
public AliasRemoveDescriptor Aliases(params string[] aliases)
Parameters
Type |
Name |
Description |
string[] |
aliases |
|
Returns
|
Edit this page
View Source
Index(string)
The index to which to remove the alias.
Multiple indices can be specified with Indices
Declaration
public AliasRemoveDescriptor Index(string index)
Parameters
Type |
Name |
Description |
string |
index |
|
Returns
|
Edit this page
View Source
Index(Type)
The index to which to remove the alias.
Multiple indices can be specified with Indices
Declaration
public AliasRemoveDescriptor Index(Type index)
Parameters
Type |
Name |
Description |
Type |
index |
|
Returns
|
Edit this page
View Source
Index<T>()
The index to which to remove the alias.
Multiple indices can be specified with Indices
Declaration
public AliasRemoveDescriptor Index<T>() where T : class
Returns
Type Parameters
|
Edit this page
View Source
Indices(Indices)
The indices to which to remove the alias
Declaration
public AliasRemoveDescriptor Indices(Indices indices)
Parameters
Type |
Name |
Description |
Indices |
indices |
|
Returns
Implements
Extension Methods