id

open override val id: Long(source)

ID of the source. By default it uses a generated id using the first 16 characters (64 bits) of the MD5 of the string "${name.lowercase()}/$lang/$versionId".

The ID is generated by the generateId function, which can be reused if needed to generate outdated IDs for cases where the source name or language needs to be changed but migrations can be avoided.

Note: the generated ID sets the sign bit to 0.