HalfUlid Class
- Namespace
- SatorImaging.HUlid
public static class HalfUlid
Half-ULID (HUlid) is a 64-bit (long) shrinked version of ULID. Max 2,097,152 of IDs can be created for every milliseconds.
- Inheritance
-
HalfUlid
Fields
Properties
Methods
- Init()
Initialize with default or current start value and last or default origin year.
- Next(int)
Generate sequential Half-ULID value.
- Random()
Generate Half-ULID using random number and sequential value.