![]() |
PIP 5.6.1
Platform-Independent Primitives
|
Summary information about a log file and its indexed record types. More...
#include <pibinarylog.h>
Public Attributes | |
| PIString | path |
| Path to the analyzed log file. | |
| int | records_count = 0 |
| Total number of records in the file, or negative error code for invalid logs. | |
| llong | log_size = 0L |
| File size in bytes. | |
| PISystemTime | start_time |
| Timestamp of the first record. | |
| PISystemTime | end_time |
| Timestamp of the last record. | |
| PIMap< int, BinLogRecordInfo > | records |
| Per-ID record statistics. | |
| PIByteArray | user_header |
| Custom user header stored in the file header. | |
Summary information about a log file and its indexed record types.
This structure provides comprehensive information about a binary log file, including file metadata, record statistics, and user-defined header data.