Class ChangePolicyRequestParameters
Request options for ChangePolicy
https://opensearch.org/docs/latest/im-plugin/ism/api/#update-managed-index-policy
Inheritance
ChangePolicyRequestParameters
Assembly: OpenSearch.Net.dll
Syntax
public class ChangePolicyRequestParameters : RequestParameters<ChangePolicyRequestParameters>, IRequestParameters
Properties
|
Edit this page
View Source
DefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Overrides
|
Edit this page
View Source
Index
Declaration
public string Index { get; set; }
Property Value
|
Edit this page
View Source
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Overrides
Implements
Extension Methods