| aggChunkReadStart | Long | timestamp of when an aggregator engine starts reading chunks | [optional] [default to null] |
| aggChunkReadStop | Long | timestamp of when an aggregator engine stops reading chunks | [optional] [default to null] |
| aggChunkWriteStart | Long | timestamp of when an aggregator engine starts writing chunks | [optional] [default to null] |
| aggChunkWriteStop | Long | timestamp of when an aggregator engine stops writing chunks | [optional] [default to null] |
| chunkID | String | optional chunkID associated with the chunk-related timestamps | [optional] [default to null] |
| chunkReadStart | Long | timestamp of when File System reads the first chunk for the work request | [optional] [default to null] |
| chunkReadStop | Long | timestamp of when File System finishes reading the first chunk | [optional] [default to null] |
| chunkWriteStart | Long | timestamp of when Engine Toolkit makes the request to File System to write the first output chunk | [optional] [default to null] |
| chunkWriteStop | Long | timestamp of when File System finishes writing the output chunk | [optional] [default to null] |
| createdDateTime | Long | timestamp of when the timestamps were first created | [optional] [default to null] |
| engineInstanceID | UUID | | [optional] [default to null] |
| findChunkStart | Long | timestamp of when Engine Toolkit makes the request to File System to get the first chunk for the work request | [optional] [default to null] |
| findChunkStop | Long | timestamp of when Engine Toolkit receives the chunk from File System | [optional] [default to null] |
| getWorkStart | Long | timestamp of the very beginning of GetWork request that would result in the assignment of the work request | [optional] [default to null] |
| getWorkStop | Long | timestamp of when Engine Toolkit actually gets the work request | [optional] [default to null] |
| internalTaskID | UUID | Internal Task ID | [optional] [default to null] |
| modifiedDateTime | Long | timestamp of when the timestamps were last modified | [optional] [default to null] |
| processComplete | Long | timestamp of when Engine Toolkit receives results or completes status from the engine | [optional] [default to null] |
| processStart | Long | timestamp of when Engine Toolkit calls the engine to process the chunk | [optional] [default to null] |
| workRequestID | UUID | | [optional] [default to null] |