Class ReindexRethrottleRequestParameters
Request options for ReindexRethrottle
https://opensearch.org/docs/latest
Inheritance
ReindexRethrottleRequestParameters
Implements
Inherited Members
Namespace: OpenSearch .Net
Assembly: OpenSearch.Net.dll
Syntax
public class ReindexRethrottleRequestParameters : RequestParameters<ReindexRethrottleRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceDefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
Http |
Overrides
| Edit this page View SourceRequestsPerSecond
The throttle for this request in sub-requests per second.
Declaration
public float? RequestsPerSecond { get; set; }
Property Value
Type | Description |
---|---|
float? |
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |