Class UpdatePolicyRequestParameters
Request options for UpdatePolicy
Inheritance
UpdatePolicyRequestParameters
Assembly: OpenSearch.Net.dll
Syntax
public class UpdatePolicyRequestParameters : RequestParameters<UpdatePolicyRequestParameters>, IRequestParameters
Properties
|
Edit this page
View Source
DefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Overrides
|
Edit this page
View Source
IfPrimaryTerm
The primary term of the policy to update.
Declaration
public int? IfPrimaryTerm { get; set; }
Property Value
|
Edit this page
View Source
IfSequenceNumber
The sequence number of the policy to update.
Declaration
public int? IfSequenceNumber { get; set; }
Property Value
|
Edit this page
View Source
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Overrides
Implements
Extension Methods