FileEventStore
Schema file for FileEventStore.
Columns
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedDate | Datetime | Date and time when the record was created. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| SystemModstamp | Datetime | Date and time when the record was last modified by a user or by an automated process. | |
| EventIdentifier | String | Unique identifier for the event. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| UserIdType | String | Specifies the type of the 'UserId' polymorphic field to use in the statement. | |
| UserIdExternalFieldName | String | Specifies the external field name of the 'UserId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Username | String | Username of the user associated with this record. | |
| EventDate | Datetime | Date and time when the event occurred. | |
| RelatedEventIdentifier | String | ID of a related event. | |
| PolicyId | String | ID of the transaction security policy. | |
| PolicyOutcome | String | Result of the transaction security policy evaluation. | |
| EvaluationTime | Double | Time taken to evaluate the transaction security policy. | |
| SessionKey | String | Unique key identifying the user session. | |
| LoginKey | String | Unique key identifying the login session. | |
| SessionLevel | String | Security level of the user session. | |
| SourceIp | String | IP address from which the request originated. | |
| DocumentId | String | ID of the Document associated with this record. | |
| VersionId | String | ID of the Version associated with this record. | |
| FileName | String | Field containing FileName information. | |
| FileType | String | Type classification for File. | |
| ContentSize | Int | Field containing ContentSize information. | |
| CanDownloadPdf | Bool | Indicates whether the user or record can perform DownloadPdf action. | |
| VersionNumber | String | Version identification number. | |
| ProcessDuration | Double | Field containing ProcessDuration information. | |
| IsLatestVersion | Bool | Indicates whether the record has the LatestVersion characteristic. | |
| FileSource | String | Field containing FileSource information. | |
| FileAction | String | Field containing FileAction information. | |
| SOQL | String | Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. |