Newer Version Available
EventLogFile
The event monitoring feature allows you to gather information about your Salesforce organization’s operational events, which you can use to analyze usage trends and user behavior. You can interact with event monitoring data using the EventLogFile object. This object is available in API versions 29.0 and later.
Fields
| Field Label | API Field Name | Type | Length | Precision | Scale |
|---|---|---|---|---|---|
| API Version | ApiVersion | double | 18 | 1 | |
| Created By | CreatedById | reference | 15 | ||
| Created Date | CreatedDate | datetime | |||
| Deleted | IsDeleted | boolean | |||
| Event Log File ID | Id | id | 15 | ||
| Event Type | EventType | picklist | 255 | ||
| Last Modified By | LastModifiedById | reference | 15 | ||
| Last Modified Date | LastModifiedDate | datetime | |||
| Log Date | LogDate | datetime | |||
| Log File | LogFile | base64 | |||
| Log File Content Type | LogFileContentType | string | 255 | ||
| Log File Field Names | LogFileFieldNames | string | 1333 | ||
| Log File Field Types | LogFileFieldTypes | string | 1333 | ||
| Log File Length | LogFileLength | double | 18 | 0 | |
| System Modstamp | SystemModstamp | datetime |