Class GetTaskRequestParameters
Request options for GetTask
https://opensearch.org/docs/latest/api-reference/tasks/
Implements
Inherited Members
Namespace: OpenSearch .Net.Specification.TasksApi
Assembly: OpenSearch.Net.dll
Syntax
public class GetTaskRequestParameters : RequestParameters<GetTaskRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceDefaultHttpMethod
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
The amount of time to wait for a response.
Declaration
public TimeSpan Timeout { get; set; }
Property Value
Type | Description |
---|---|
Time |
WaitForCompletion
Waits for the matching task to complete. When true
, the request is blocked until the task has completed.
Declaration
public bool? WaitForCompletion { get; set; }
Property Value
Type | Description |
---|---|
bool? |