Class PauseRequestParameters
Request options for Pause
https://docs.opensearch.org/docs/latest/api-reference/document-apis/pull-based-ingestion-management/
Implements
Inherited Members
Namespace: OpenSearch .Net.Specification.IngestionApi
Assembly: OpenSearch.Net.dll
Syntax
public class PauseRequestParameters : RequestParameters<PauseRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceClusterManagerTimeout
Time to wait for cluster manager connection.
Declaration
public TimeSpan ClusterManagerTimeout { get; set; }
Property Value
Type | Description |
---|---|
Time |
DefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
Http |
Overrides
| Edit this page View SourceSupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
| Edit this page View SourceTimeout
Timeout for the request.
Declaration
public TimeSpan Timeout { get; set; }
Property Value
Type | Description |
---|---|
Time |