Tid

value class Tid(val tid: String)

Timestamp identifiers (sometimes shortened to tid) are the most common record naming scheme. The name is derived from the creation time of the record. Implementations should not rely on global uniqueness of TIDs, and should not trust TID timestamps as record creation timestamps.

Constructors

Link copied to clipboard
constructor(tid: String)

Properties

Link copied to clipboard
val tid: String

Functions

Link copied to clipboard
open override fun toString(): String