Skip to main content
GuideServerConfigure and deploy Tabsdata servers on your machine.TutorialsConfigure data integration workflows within a running Tabsdata server.Advanced TutorialsBuild end-to-end workflows between two specific systems.API ReferenceCLI ReferenceRelease Notes
Version: 2.0.0

CommitSeqPosition

class
class CommitSeqPosition(seq: str)

Categories: source

CDC start position: one global commit sequence for every table.

A start_from value applying a single commit sequence to every tracked CD table.

Parameters

parameter
seqstr

Hex-string form of the binary 16-byte IBMSNAP_COMMITSEQ column (e.g. "000...0042"). All zeros is the cold-start marker.