afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/DatabaseSaveEventLog.json

68 lines
2.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"fields",
"special_access_rules"
],
"title": "DatabaseSaveEventLog - Data API",
"description": "Database Save events track when records are created,updated, or deleted This object is available in API version 64.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"DmlType": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The type of DML operation."
},
"FirstObjectIdentifier": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "Only the first object ID is logged upon an update. During record updates, the ID of that specific row is logged. When multiple rows are updated, only a single ID is logged."
},
"KeyPrefix": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The key prefix of the entity type that was saved"
},
"LoginKey": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The string that ties together all events in a given users login session. The session starts with a login event and ends with either a logout event or the user session expiring. For example, lUqjLPQTWRdvRG4."
},
"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 RequestIdentifier."
},
"RowCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "Total number of records in the result set."
},
"SampleFactor": {
"type": "double",
"properties": "Filter, Nillable, Sort",
"description": "Rate at which entities are logged. If the sample factor is 1 that means every entity saved was logged. If it is 100 that means that 1/100 logs."
},
"SessionKey": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The users 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."
},
"Timestamp": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "The access time of Salesforce services in GMT. For example, 2020-01-20T19:12:26.965Z."
},
"UserIdentifier": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The 15-character ID of the user whos using Salesforce services through the UI or the API."
}
},
"special_access_rules": "To access this object, you must have the View Event Log Object Data user permission."
}