Class DeleteObjectsRequestParameters
Request options for DeleteObjects
Inheritance
DeleteObjectsRequestParameters
Assembly: OpenSearch.Net.dll
Syntax
public class DeleteObjectsRequestParameters : RequestParameters<DeleteObjectsRequestParameters>, IRequestParameters
Properties
|
Edit this page
View Source
DefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Overrides
|
Edit this page
View Source
Objectid
The ID of a single Observability Object to delete.
Declaration
public string Objectid { get; set; }
Property Value
|
Edit this page
View Source
Objectidlist
A comma-separated list of Observability Object IDs to delete.
Declaration
public string Objectidlist { get; set; }
Property Value
|
Edit this page
View Source
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Overrides
Implements
Extension Methods