PIP 5.6.1
Platform-Independent Primitives
Public Attributes | List of all members
PIBinaryLog::BinLogInfo Struct Reference

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, BinLogRecordInforecords
 Per-ID record statistics.
 
PIByteArray user_header
 Custom user header stored in the file header.
 

Detailed Description

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.