Classes
Type Definitions
BigInteger
A BigInteger object
Type:
- object
- Source:
- See:
DeconstructedSnowflake
A container for a deconstructed snowflake
Type:
- object
Properties:
Name | Type | Description |
---|---|---|
timestamp |
BigInteger | The timestamp of a snowflake |
workerId |
BigInteger | The worker ID associated to the snowflake |
processId |
BigInteger | The process ID associated to the snowflake |
increment |
BigInteger | The increment of the snowflake |