Search Results for

    Show / Hide Table of Contents

    Class GetIndexSettingsResponse

    Inheritance
    object
    ResponseBase
    DictionaryResponseBase<IndexName, IndexState>
    GetIndexSettingsResponse
    Implements
    IDictionaryResponse<IndexName, IndexState>
    IResponse
    IOpenSearchResponse
    Inherited Members
    DictionaryResponseBase<IndexName, IndexState>.Self
    ResponseBase.ApiCall
    ResponseBase.DebugInformation
    ResponseBase.IsValid
    ResponseBase.OriginalException
    ResponseBase.ServerError
    ResponseBase.DebugIsValid(StringBuilder)
    ResponseBase.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class GetIndexSettingsResponse : DictionaryResponseBase<IndexName, IndexState>, IDictionaryResponse<IndexName, IndexState>, IResponse, IOpenSearchResponse

    Properties

    | Edit this page View Source

    Indices

    Declaration
    [IgnoreDataMember]
    public IReadOnlyDictionary<IndexName, IndexState> Indices { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<IndexName, IndexState>

    Implements

    IDictionaryResponse<TKey, TValue>
    IResponse
    IOpenSearchResponse

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Indices
    • Implements
    • Extension Methods
    Back to top Generated by DocFX