Class DeleteRequestParameters
Request options for Delete
https://opensearch.org/docs/latest/automating-configurations/api/delete-workflow/
Inheritance
DeleteRequestParameters
Assembly: OpenSearch.Net.dll
Syntax
public class DeleteRequestParameters : RequestParameters<DeleteRequestParameters>, IRequestParameters
Properties
|
Edit this page
View Source
ClearStatus
Declaration
public bool? ClearStatus { get; set; }
Property Value
|
Edit this page
View Source
DefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Overrides
|
Edit this page
View Source
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Overrides
Implements
Extension Methods