Skip to main content

Interface: DeconstructedSnowflake

Object returned by Snowflake#deconstruct

Properties

epoch

epoch: bigint

The epoch to use in the snowflake

Defined in

Snowflake.ts:280


id

id: bigint

The id in BigInt form

Defined in

Snowflake.ts:255


increment

increment: bigint

The increment stored in the snowflake

Defined in

Snowflake.ts:275


processId

processId: bigint

The process id stored in the snowflake

Defined in

Snowflake.ts:270


timestamp

timestamp: bigint

The timestamp stored in the snowflake

Defined in

Snowflake.ts:260


workerId

workerId: bigint

The worker id stored in the snowflake

Defined in

Snowflake.ts:265