Interface TitleRecord

A record describing a data asset, which contains a PointerRecord to your system. Title Records are used to provide metadata about a data asset that TIKI clients can use to evaluate the value of the asset for their use cases. A Title Record must contain a PointerRecord that identifies the asset in your system.

Learn more about Title Records in TIKI's documentation.

Hierarchy

  • TitleRecord

Properties

description?: string

A human-readable description of the asset.

hashedPtr: string

A hashed PointerRecord identifying the asset in your system.

id: string

This record's unique identifier.

origin?: string

The origin from which the data was generated.

tags: TitleTag[]

A list of tags that describe the asset in a search-friendly way.