Properties
Name | Type | Required | Description |
---|---|---|---|
Id | string | ❌ | The task's ID. |
Meta | GetStatusOfAnAsyncTaskMeta | ❌ | The response's non-standard meta information. |
Status | GetStatusOfAnAsyncTaskStatus | ❌ | The task's current status. |
Details | OneOf<Details1, Details2> |
❌ | |
CreatedAt | string | ❌ | The date and time at which the task was created. |
UpdatedAt | string | ❌ | The date and time at which the task was last updated. |
The response's non-standard meta information.
Properties
Name | Type | Required | Description |
---|---|---|---|
Url | string | ❌ | The endpoint URL that created the task. |
Model | MetaModel | ❌ | The model for which the task is performing the operation. |
Action_ | Action | ❌ | The task's action. |
The model for which the task is performing the operation.
Properties
Name | Type | Required | Description |
---|---|---|---|
Collection | string | ✅ | "collection" |
ApiVersion | string | ✅ | "api-version" |
The task's action.
Properties
Name | Type | Required | Description |
---|---|---|---|
Update | string | ✅ | "update" |
Create | string | ✅ | "create" |
The task's current status.
Properties
Name | Type | Required | Description |
---|---|---|---|
Pending | string | ✅ | "pending" |
Failed | string | ✅ | "failed" |
Completed | string | ✅ | "completed" |