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

TimestampPosition

class
class TimestampPosition(ts: datetime)

Categories: source

CDC start position given as a wall-clock timestamp.

A start_from value resolved once to the earliest commit sequence whose IBMSNAP_LOGMARKER is at or after ts (a lookup in ASN.IBMSNAP_UOW); per-table marks then advance independently.

Parameters

parameter

Wall-clock cut-off. Tz-aware datetimes are honoured; naive datetimes are interpreted in the Db2 server's timezone.