Class GetIndexResponse
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class GetIndexResponse : DictionaryResponseBase<IndexName, IndexState>, IDictionaryResponse<IndexName, IndexState>, IResponse, IOpenSearchResponse
Properties
| Edit this page View SourceIndices
Declaration
public IReadOnlyDictionary<IndexName, IndexState> Indices { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<IndexName, IndexState> |