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.
|
26.03.2024 13:49:49
Note. The number of records in this array can be less than Count, depending on the Top and Skip parameters.