StoreSequence¶
Persists a global ID sequence to disk so a later run can continue it.
Used in tandem with AutoGenId when
populating a CDM table over several runs. After a run, the named
global sequence is serialised; the next run picks up where it left
off, ensuring generated IDs remain unique across runs.
Parameters¶
- 1 —
nameMandatory — accepts: STRING -
The name of an existing global sequence created with
AutoGenId.
Requires¶
- A global sequence with the given name must already exist.