The Log Data table contains information about logs, including snapshots of log status and log splicing operations. Its on-disk name is: LogData.nx1
The fields contained in the Log Data table, including field type and size (if applicable).
Field Name |
Type |
Size |
Description |
||
---|---|---|---|---|---|
ID |
AutoInc |
|
Each time a Log Data record is created, a unique ID value is automatically assigned by the system. This value is used to identify the data record and is not user-modifiable. |
||
DataType |
Integer |
|
Defines the type of Log Data contained in the record - log snapshot or log splice.
|
||
ActTime |
Date/Time |
|
The activity time (a time stamp) of what time the log snapshot or log splice operation occurred. |
||
LogDate |
Date |
|
The date of the log that was snapshot or spliced. |
||
Data01 |
BLOB |
|
If the record is a log snapshot, contains log state information at the time of the snapshot. If the record is a log splice record, contains the original log. |
||
Data02 |
BLOB |
|
If the record is a log splice record, this field contains the log retrieved from disk for the splice operation (the new log). |
||
RecCreateDate |
Date/Time |
|
The date and time the record was created. |
||
RecEditDate |
Date/Time |
|
The date and time the record was last edited. |
||
RecEditBy |
String |
30 |
The user who last edited the record. |