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
Whether to expand wildcard expression to concrete indexes that are open, closed or both.
Declaration
public ExpandWildcards? ExpandWildcards { get; set; }
Property Value
Type | Description |
---|---|
ExpandWildcards? |
Format
A short version of the Accept header (for example, json
, yaml
).
Declaration
public string Format { get; set; }
Property Value
Type | Description |
---|---|
string |
Headers
Comma-separated list of column names to display.
Declaration
public string[] Headers { get; set; }
Property Value
Type | Description |
---|---|
string[] |
Help
Return help information.
Declaration
public bool? Help { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Local
Return local information, do not retrieve the state from cluster-manager node.
Declaration
public bool? Local { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Self
Declaration
protected ICatAliasesRequest Self { get; }
Property Value
Type | Description |
---|---|
ICatAliasesRequest |
SortByColumns
Comma-separated list of column names or column aliases to sort by.
Declaration
public string[] SortByColumns { get; set; }
Property Value
Type | Description |
---|---|
string[] |
Verbose
Verbose mode. Display column headers.
Declaration
public bool? Verbose { get; set; }
Property Value
Type | Description |
---|---|
bool? |