Cloud Service only. Represents free-form tags for a table.

See chapter Tagging Overview in Oracle Cloud Infrastructure documentation. Free-form tags represent an unmanaged metadata created and applied by the user. Free-form tags do not use namespaces. Free-form tags are represented by a plain JavaScript object containing tag keys and values. All tag values must be strings.

Free-form tags are used only in these cases: table creation operations executed by tableDDL with CREATE TABLE SQL statement and table tag modification operations executed by setTableTags. They are not used for other table DDL operations. If set for an on-premises service, they are silently ignored.

Hierarchy

  • FreeFormTags

Indexable

[key: string]: string

Generated using TypeDoc