Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MetadataTable

Package version

Tables are part of the workspace schema, and contain a list of columns and a reference to other relevant metadata items.

Hierarchy

  • MetadataTable

Index

Properties

Optional columns

The list of columns defined on the table

Optional description

description: undefined | string

The description of the table

id

id: string

The ID of the table

Optional labels

labels: string[]

The user defined labels of the table

name

name: string

The name of the table

Optional properties

properties: any

The properties of the table

Optional related

The related metadata items for the table

Optional tags

tags: any

The tags associated with the table

Optional timespanColumn

timespanColumn: undefined | string

The column associated with the timespan query parameter for the table

Generated using TypeDoc