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

Indexed location of a record inside a log file. More...

#include <pibinarylog.h>

Public Attributes

int id
 Record ID.
 
int data_size
 Record payload size in bytes.
 
llong pos
 Byte position of the record header in the file.
 
PISystemTime timestamp
 Recorded timestamp.
 

Detailed Description

Indexed location of a record inside a log file.

This structure provides direct access information for a single log record, including its position in the file, size, ID, and timestamp.