Tid

value class Tid(val tid: String) : CharSequence

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
open override val length: Int
Link copied to clipboard
val tid: String

Functions

Link copied to clipboard
open operator override fun get(index: Int): Char
Link copied to clipboard
open override fun subSequence(startIndex: Int, endIndex: Int): CharSequence
Link copied to clipboard
open override fun toString(): String