Contains the log file metadata. The values include a log file name and ID, the registration ID, flags, and session information
| logfile_name |
SE_STRING_TYPE(256) |
NOT NULL |
|
| logfile_id |
SE_INTEGER_TYPE |
NOT NULL |
|
| logfile_data_id |
SE_INTEGER_TYPE |
NOT NULL |
|
| registration_id |
SE_INTEGER_TYPE |
NOT NULL |
|
| flags |
SE_INTEGER_TYPE |
NOT NULL |
|
| session_tag |
SE_INTEGER_TYPE |
NOT NULL |
|
The sde_logfile_data table contains the list of business table records that are
part of each log.
| logfile_data_id |
SE_INTEGER_TYPE |
NOT NULL |
|
| sde_row_id |
SE_INTEGER_TYPE |
NOT NULL |
|