Class ChangePolicyRequestParameters
Request options for ChangePolicy
https://opensearch.org/docs/latest/im-plugin/ism/api/#update-managed-index-policy
Implements
Inherited Members
Namespace: OpenSearch.Net.Specification.IsmApi
Assembly: OpenSearch.Net.dll
Syntax
public class ChangePolicyRequestParameters : RequestParameters<ChangePolicyRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceDefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
HttpMethod |
Overrides
| Edit this page View SourceIndex
Comma-separated list of data streams, indices, and aliases. Supports wildcards (*
).
Declaration
public string Index { get; set; }
Property Value
Type | Description |
---|---|
string |
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |