Newer Version Available

This content describes an older version of this product. View Latest

UniqueQueryEventLog

Unique Query events capture specific search queries (SOQL), filter IDs, and report IDs that are processed, along with the underlying database queries (SQL). This object is available in API version 65.0 and later.

Supported Calls

describeSObjects(), query()

Special Access Rules

To access this object, you must have the View Event Log Object Data user permission.

Fields

Field Details
BotIdentifier
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The ID of the bot.
BotSessionIdentifier
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The bot session ID.
LoginKey
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The string that ties together all events in a given user’s login session. It starts with a login event and ends with either a logout event or the user session expiring.
PlannerIdentifier
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The ID of the agent planner.
QueryIdentifier
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The text of the SOQL query run or the Id of the report or list view run.
QueryType
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The input type to the optimizer that was translated.
RequestIdentifier
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The unique ID of a single transaction. A transaction can contain one or more events. Each event in a given transaction has the same REQUEST_ID.
SessionKey
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The user’s unique session ID. You can use this value to identify all user events within a session. When a user logs out and logs in again, a new session is started.
SqlIdentifier
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The unique identifier generated for the database query. (Its SQL Id in the ELF);
Timestamp
Type
dateTime
Properties
Filter, Nillable, Sort
Description
Timestamp at which the log event was generated.