SearchAlias Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET