NEST by Elastic and contributors

<PackageReference Include="NEST" Version="7.15.1" />

.NET API 4,973,056 bytes

 GetTaskRequest

Request for GetTask

https://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html

protected IGetTaskRequest Self { get; }

public Time Timeout { get; set; }

Explicit operation timeout

public bool? WaitForCompletion { get; set; }

Wait for the matching tasks to complete (default: false)

public GetTaskRequest(TaskId taskId)

/_tasks/{task_id}

protected GetTaskRequest()

Used for serialization purposes, making sure we have a parameterless constructor