Class PutPolicyRequestParameters
Request options for PutPolicy
https://opensearch.org/docs/latest/im-plugin/ism/api/#create-policy
Implements
Inherited Members
Namespace: OpenSearch.Net.Specification.IsmApi
Assembly: OpenSearch.Net.dll
Syntax
public class PutPolicyRequestParameters : RequestParameters<PutPolicyRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceDefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
HttpMethod |
Overrides
| Edit this page View SourceIfPrimaryTerm
Only perform the operation if the document has this primary term.
Declaration
public long? IfPrimaryTerm { get; set; }
Property Value
Type | Description |
---|---|
long? |
IfSequenceNumber
Only perform the operation if the document has this sequence number.
Declaration
public long? IfSequenceNumber { get; set; }
Property Value
Type | Description |
---|---|
long? |
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |