Class RecoveryStatusRequestParameters
Request options for RecoveryStatus
https://opensearch.org/docs/latest
Inheritance
RecoveryStatusRequestParameters
Implements
Inherited Members
Namespace: OpenSearch.Net.Specification.IndicesApi
Assembly: OpenSearch.Net.dll
Syntax
public class RecoveryStatusRequestParameters : RequestParameters<RecoveryStatusRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceActiveOnly
If true
, the response only includes ongoing shard recoveries.
Declaration
public bool? ActiveOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
HttpMethod |
Overrides
| Edit this page View SourceDetailed
If true
, the response includes detailed information about shard recoveries.
Declaration
public bool? Detailed { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |