| ChunkCallbackEnabled | bool | If true then the call back for a syncEnabled endpoint will come from the child engine of the route with this field set. If sync is enabled and no routes have this field set to true, the callback will default to come from the route with syncEnabled set to true. | [optional] |
| Endpoint | string | This is endpoint to be used for this route. This does not have to be unique. | [optional] |
| FirstWriteDateTime | time.Time | This is the datetime the the first byte or chunk was written | [optional] |
| LastWriteDateTime | time.Time | This is the datetime the the last byte or chunk was written | [optional] |
| SyncEnabled | bool | If true, then the call to the specified endpoint will be synchronous and the engine results will be provided in the response. If false or not set, the call will be asynchronous. This field has no effect if endpoint is not set on the same TaskRouteDetail. | [optional] |
| SyncTimeoutInSeconds | int32 | The number of seconds to wait for a synchronous call to the specified endpoint to complete before timing out. No effect if syncEnabled is false or not set. Default is 120 seconds. | [optional] |
| TaskChildId | string | This is the task child id. On create, this is the taskCorrelationId | [optional] |
| TaskChildInputCount | int32 | This is the count of bytes or chunks available to the child. | [optional] |
| TaskChildInputId | string | This is the task child input id. On create, this is the correlationId for the input IO Folder | [optional] |
| TaskChildInputRemainingCount | int32 | This is the count of bytes or chunks remaining to the child. | [optional] |
| TaskChildNumEngines | int32 | This is the number of engine instances running against this task. | [optional] |
| TaskParentId | string | This is the task parent id. On create, this is the taskCorrelationId | [optional] |
| TaskParentOutputCount | int32 | This is the count of bytes or chunks produced by the parent. | [optional] |
| TaskParentOutputId | string | This is the task parent output id. On create, this is the correlationId for the output IO Folder | [optional] |