Class CatAliasesRequest
Request for Aliases
https://opensearch.org/docs/latest/api-reference/cat/cat-aliases/
Inheritance
CatAliasesRequest
Inherited Members
Namespace: OpenSearch .Client
Assembly: OpenSearch.Client.dll
Syntax
public class CatAliasesRequest : PlainRequestBase<CatAliasesRequestParameters>, ICatAliasesRequest, IRequest<CatAliasesRequestParameters>, IRequest
Constructors
| Edit this page View SourceCatAliasesRequest()
/_cat/aliases
Declaration
public CatAliasesRequest()
CatAliasesRequest(Names)
/_cat/aliases/{name}
Declaration
public CatAliasesRequest(Names name)
Parameters
Type | Name | Description |
---|---|---|
Names | name | Optional, accepts null |
Properties
| Edit this page View SourceExpandWildcards
Specifies the type of index that wildcard expressions can match. Supports comma-separated values.
Declaration
public ExpandWildcards? ExpandWildcards { get; set; }
Property Value
Type | Description |
---|---|
Expand |
Format
A short version of the Accept
header, such as json
or yaml
.
Declaration
public string Format { get; set; }
Property Value
Type | Description |
---|---|
string |
Headers
A comma-separated list of column names to display.
Declaration
public string[] Headers { get; set; }
Property Value
Type | Description |
---|---|
string[] |
Help
Returns help information.
Declaration
public bool? Help { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Local
Whether to return information from the local node only instead of from the cluster manager node.
Declaration
public bool? Local { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Self
Declaration
protected ICatAliasesRequest Self { get; }
Property Value
Type | Description |
---|---|
ICat |
SortByColumns
A comma-separated list of column names or column aliases to sort by.
Declaration
public string[] SortByColumns { get; set; }
Property Value
Type | Description |
---|---|
string[] |
Verbose
Enables verbose mode, which displays column headers.
Declaration
public bool? Verbose { get; set; }
Property Value
Type | Description |
---|---|
bool? |