Class GetMappingResponse
Inheritance
GetMappingResponse
Assembly: OpenSearch.Client.dll
Syntax
public class GetMappingResponse : DictionaryResponseBase<IndexName, IndexMappings>, IDictionaryResponse<IndexName, IndexMappings>, IResponse, IOpenSearchResponse
Properties
|
Edit this page
View Source
Indices
Declaration
[IgnoreDataMember]
public IReadOnlyDictionary<IndexName, IndexMappings> Indices { get; }
Property Value
Methods
|
Edit this page
View Source
Accept(IMappingVisitor)
Declaration
public void Accept(IMappingVisitor visitor)
Parameters
Implements
Extension Methods