ApexLog
This is a table representing the ApexLog entities in Salesforce.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ApexLog. |
|
| LogUserId | String | True |
Label Log User ID corresponds to this field. |
|
| LogLength | Int | True |
Label Log Size (bytes) corresponds to this field. |
|
| LastModifiedDate | Datetime | True |
Label Date corresponds to this field. |
|
| Request | String | True |
Label Request Type corresponds to this field. |
|
| Operation | String | True |
Label Operation corresponds to this field. |
|
| Application | String | True |
Label Application corresponds to this field. |
|
| Status | String | True |
Label Status corresponds to this field. |
|
| DurationMilliseconds | Int | True |
Label Duration (ms) corresponds to this field. |
|
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
|
| StartTime | Datetime | True |
Label Start Time corresponds to this field. |
|
| Location | String | True |
Label Location corresponds to this field. |