Class DeleteByQueryRethrottleRequest
Rethrottles a running delete by query
Inheritance
DeleteByQueryRethrottleRequest
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class DeleteByQueryRethrottleRequest : PlainRequestBase<DeleteByQueryRethrottleRequestParameters>, IDeleteByQueryRethrottleRequest, IRequest<DeleteByQueryRethrottleRequestParameters>, IRequest
Constructors
| Edit this page View SourceDeleteByQueryRethrottleRequest()
Used for serialization purposes, making sure we have a parameterless constructor
Declaration
protected DeleteByQueryRethrottleRequest()
DeleteByQueryRethrottleRequest(TaskId)
/_delete_by_query/{task_id}/_rethrottle
Declaration
public DeleteByQueryRethrottleRequest(TaskId taskId)
Parameters
Type | Name | Description |
---|---|---|
TaskId | taskId | this parameter is required |
Properties
| Edit this page View SourceRequestsPerSecond
The throttle for this request in sub-requests per second.
Declaration
public long? RequestsPerSecond { get; set; }
Property Value
Type | Description |
---|---|
long? |
Self
Declaration
protected IDeleteByQueryRethrottleRequest Self { get; }
Property Value
Type | Description |
---|---|
IDeleteByQueryRethrottleRequest |