currentLocalId

currentLocalId: number

The maximum local Id generated by the sequence thus far. It is never less than initialLocalId. If it is equal to initialLocalId, then the sequence has not yet generated any Ids. The next local Id generated by the sequence will be currentLocalId + 1.

Defined in

Last Updated: 14 November, 2024