Class GetAliasResponse
Inherited Members
Namespace: OpenSearch .Client
Assembly: OpenSearch.Client.dll
Syntax
public class GetAliasResponse : DictionaryResponseBase<IndexName, IndexAliases>, IDictionaryResponse<IndexName, IndexAliases>, IResponse, IOpenSearchResponse
Properties
| Edit this page View SourceIndices
Declaration
[IgnoreDataMember]
public IReadOnlyDictionary<IndexName, IndexAliases> Indices { get; }
Property Value
Type | Description |
---|---|
IRead |
IsValid
Checks if a response is functionally valid or not. This is a OpenSearch.Client abstraction to have a single property to check whether there was something wrong with a request.
For instance, an OpenSearch bulk response always returns 200 and individual bulk items may fail,
Is
You can also configure the client to always throw an Open
Declaration
public override bool IsValid { get; }
Property Value
Type | Description |
---|---|
bool |