Interface DeconstructedSnowflake

Object returned by Snowflake#deconstruct

Hierarchy

  • DeconstructedSnowflake

Properties

epoch: bigint

The epoch to use in the snowflake

id: bigint

The id in BigInt form

increment: bigint

The increment stored in the snowflake

processId: bigint

The process id stored in the snowflake

timestamp: bigint

The timestamp stored in the snowflake

workerId: bigint

The worker id stored in the snowflake

Generated using TypeDoc