Class UpdateByQueryRethrottleRequest
Request for UpdateByQueryRethrottle
https://opensearch.org/docs/latest
Inheritance
UpdateByQueryRethrottleRequest
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class UpdateByQueryRethrottleRequest : PlainRequestBase<UpdateByQueryRethrottleRequestParameters>, IUpdateByQueryRethrottleRequest, IRequest<UpdateByQueryRethrottleRequestParameters>, IRequest
Constructors
| Edit this page View SourceUpdateByQueryRethrottleRequest()
Used for serialization purposes, making sure we have a parameterless constructor
Declaration
protected UpdateByQueryRethrottleRequest()
UpdateByQueryRethrottleRequest(TaskId)
/_update_by_query/{task_id}/_rethrottle
Declaration
public UpdateByQueryRethrottleRequest(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 IUpdateByQueryRethrottleRequest Self { get; }
Property Value
Type | Description |
---|---|
IUpdateByQueryRethrottleRequest |