Skip to content

Documentation / @andrew_l/binlog / BinlogEntry

Interface: BinlogEntry<TData>

Represents a single binlog entry

Type Parameters

TData

TData = Buffer

Properties

data

data: Buffer | TData

Binary data of the entry


opcode

opcode: number

Operation code defining the type of operation


position

position: number

Position in the file where this entry starts


timestamp

timestamp: number

Unix timestamp when the entry was created