SnowId.json 355 B

123456789
  1. {
  2. "$schema": "https://gitee.com/dotnetchina/Furion/raw/net6/schemas/v3/furion-schema.json",
  3. "SnowId": {
  4. "WorkerId": 1, // 机器码 全局唯一
  5. "WorkerIdBitLength": 1, // 机器码位长 默认值6,取值范围 [1, 19]
  6. "SeqBitLength": 6 // 序列数位长 默认值6,取值范围 [3, 21](建议不小于4)
  7. }
  8. }