| ApiVersion |
- Type
- double
- Properties
- Filter, Sort
- Description
- The specific API version for this log file. This field is available in API version 30.0 and later.
|
| EventType |
- Type
- picklist
- Properties
- Filter, Group, Restricted picklist, Sort
- Description
- The event type—API, Login, Report, URI, and so forth. Use to determine which files were generated for your org. For the corresponding
LogFile schema, see EventLogFile Supported Event Types.
|
| Interval |
- Type
- picklist
- Properties
- Filter, Group, Nillable, Restricted picklist, Sort
- Description
- The generation schedule for the event log file. Possible values are:
This field is available in API version 37.0 and later.
|
| LogDate |
- Type
- dateTime
- Properties
- Filter, Sort
- Description
- The date and time of the log file’s creation. For daily event log files, tracks usage activity for a 24-hour period, from 12:00 a.m. to 11:59 p.m. UTC time.
For hourly event log files, indicates the hour in which the log file was generated. For example, for events that occur between 11:00 AM and 12:00 PM on
3/7/2016, this field’s value is 2016-03-07T11:00:00.000Z.
For hourly event log files, we recommend using CreatedDate to query the
date and time that an EventLogFile object was created.
|
| LogFile |
- Type
- base64
- Description
- Encoded file data in .csv format. The EventType field defines the schema for this data.
|
| LogFileContentType |
- Type
- string
- Properties
- Filter, Group, Sort
- Description
- The content type of the log file; always .csv.
|
| LogFileFieldNames |
- Type
- string
- Properties
- Nillable
- Description
- The ordered list of fields in the log file data.
LogFileFieldNames and LogFileFieldTypes are specific to
each EventType. For example, LogFileFieldNames has a different value for an API EventType and
a Login EventType.
|
| LogFileFieldTypes |
- Type
- string
- Properties
- Nillable
- Description
- The ordered list of field types in the log file data (String, Id, and so forth).
LogFileFieldNames and LogFileFieldTypes are specific to each EventType. For example,
LogFileFieldTypes has a different value for an API EventType and a Login
EventType.
|
| LogFileLength |
- Type
- double
- Properties
- Filter, Sort
- Description
- The log file length in bytes. You can use this field to plan storage needs for your log files.
|
| Sequence |
- Type
- int
- Properties
- Filter, Group, Sort
- Description
-
The number for the portion of the event log file data captured in an hour. For 24-hour event log file generation, the value of this
field is 0. For hourly event log files, the initial value is 1. This value increases by 1 when events are added in the same hour after the latest event log
file is created. The value resets to 1 in the subsequent hour. For example, you have activity between 2:00 and 3:00 PM. Two-log files are generated that
contain the event log data for that hour, with Sequence values of 1 and 2. For event log data that occurs at 3:01 PM, the
Sequence value resets to 1. This field is available in API version 37.0 and later.
|