JobLog Object (Web Services API)
This object provides information about a portion of job log records to be returned.
Properties
Name | Type | Description |
Top | Integer | The maximum number of most recent records that will be returned. Corresponds to the value of the Top parameter in the request. |
Skip | Long | Omits the first n records in the job log. Corresponds to the value of the Skip parameter in the request. |
Count | Long | The total number of job log records that match the filter. |
Records | JobLogRecord[ ] |
The portion of job log records. Note. The number of records in this array can be less than Count, depending on the Top and Skip parameters. |
3/26/2024 1:49:49 PM