Share via


SearchAlias interface

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.

Properties

etag

The ETag of the alias.

indexes

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

name

The name of the alias.

Property Details

etag

The ETag of the alias.

etag?: string

Property Value

string

indexes

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

indexes: string[]

Property Value

string[]

name

The name of the alias.

name: string

Property Value

string