SearchAlias Class

Definition

Represents an index alias, which describes a mapping from the alias name to an index. The alias name can be used in place of the index name for supported operations.

public class SearchAlias
type SearchAlias = class
Public Class SearchAlias
Inheritance
SearchAlias

Constructors

SearchAlias(String, IEnumerable<String>)

Initializes a new instance of SearchAlias.

SearchAlias(String, String)

Initializes a new instance of SearchAlias.

Properties

ETag

The ETag of the SearchAlias.

Indexes

The name of the index this alias maps to. Only one index name may be specified.

Name

The name of the alias.

Applies to