UUID Key (UuidPkGenerator)
The UUID Key generator generates UUID values. It can be used on primary key columns.
Link object structure
The UUID Key generator does not support linking. It can be self-consistent, but not consistent with another column. You cannot configure differential privacy.
The metadata
object is populated from the BaseMetadata
object.
There is no generator-specific configuration.
Example replacement
In the following example replacement for the UUID Key generator, the version and variant are not preserved, and consistency is disabled.
Last updated