API Reference > bentleyjs-core > Ids > TransientIdSequence TransientIdSequence Class Generates unique Id64String values in sequence, which are guaranteed not to conflict with Ids associated with persistent elements or models. This is useful for associating stable, non-persistent identifiers with things like Decorators. A TransientIdSequence can generate a maximum of (2^40)-2 unique Ids. Properties Name Type Description next Accessor ReadOnly Id64String Generate and return the next transient Id64String in the sequence. Defined in core/bentley/src/Id.ts Line 635 Last Updated: 13 June, 2024