Search Results for

    Show / Hide Table of Contents

    Class ClusterGetSettingsResponse

    Inheritance
    object
    ResponseBase
    ClusterGetSettingsResponse
    Implements
    IResponse
    IOpenSearchResponse
    Inherited Members
    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
    [DataContract]
    public class ClusterGetSettingsResponse : ResponseBase, IResponse, IOpenSearchResponse

    Properties

    | Edit this page View Source

    Persistent

    Declaration
    [DataMember(Name = "persistent")]
    public IReadOnlyDictionary<string, object> Persistent { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, object>
    | Edit this page View Source

    Transient

    Declaration
    [DataMember(Name = "transient")]
    public IReadOnlyDictionary<string, object> Transient { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, object>

    Implements

    IResponse
    IOpenSearchResponse

    Extension Methods

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