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