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:297


id

id: bigint

The id in BigInt form

Defined in

Snowflake.ts:272


increment

increment: bigint

The increment stored in the snowflake

Defined in

Snowflake.ts:292


processId

processId: bigint

The process id stored in the snowflake

Defined in

Snowflake.ts:287


timestamp

timestamp: bigint

The timestamp stored in the snowflake

Defined in

Snowflake.ts:277


workerId

workerId: bigint

The worker id stored in the snowflake

Defined in

Snowflake.ts:282