Class PutPoliciesRequestParameters
Request options for PutPolicies
https://opensearch.org/docs/latest/im-plugin/ism/api/#create-policy
Inheritance
PutPoliciesRequestParameters
Assembly: OpenSearch.Net.dll
Syntax
public class PutPoliciesRequestParameters : RequestParameters<PutPoliciesRequestParameters>, IRequestParameters
Properties
|
Edit this page
View Source
DefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Overrides
|
Edit this page
View Source
IfPrimaryTerm
Only perform the operation if the document has this primary term.
Declaration
public long? IfPrimaryTerm { get; set; }
Property Value
|
Edit this page
View Source
IfSequenceNumber
Only perform the operation if the document has this sequence number.
Declaration
public long? IfSequenceNumber { get; set; }
Property Value
|
Edit this page
View Source
Policyid
Declaration
public string Policyid { get; set; }
Property Value
|
Edit this page
View Source
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Overrides
Implements
Extension Methods