Current section
Files
Jump to
Current section
Files
include/lightspeed@data_plane_huge_BurstBatch.hrl
-record(burst_batch, {
batch_id :: binary(),
upserts :: integer(),
deletes :: integer(),
max_sequence :: integer()
}).