Class ClusterGetSettingsResponse
Inheritance
ClusterGetSettingsResponse
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
|
Edit this page
View Source
Transient
Declaration
[DataMember(Name = "transient")]
public IReadOnlyDictionary<string, object> Transient { get; }
Property Value
Implements
Extension Methods