Interface IClusterPutSettingsRequest
Assembly: OpenSearch.Client.dll
Syntax
public interface IClusterPutSettingsRequest : IRequest<ClusterPutSettingsRequestParameters>, IRequest
Properties
|
Edit this page
View Source
Persistent
Declaration
[DataMember(Name = "persistent")]
IDictionary<string, object> Persistent { get; set; }
Property Value
|
Edit this page
View Source
Transient
Declaration
[DataMember(Name = "transient")]
IDictionary<string, object> Transient { get; set; }
Property Value
Extension Methods