Schema interface

Table's schema.

Properties

categories

Table category.

columns

A list of table custom columns.

description

Table description.

displayName

Table display name.

labels

Table labels.

name

Table name.

solutions

List of solutions the table is affiliated with

source

Table's creator.

standardColumns

A list of table standard columns.

tableSubType

The subtype describes what APIs can be used to interact with the table, and what features are available against it.

tableType

Table's creator.

Property Details

categories

Table category.

categories?: string[]

Property Value

string[]

columns

A list of table custom columns.

columns?: Column[]

Property Value

Column[]

description

Table description.

description?: string

Property Value

string

displayName

Table display name.

displayName?: string

Property Value

string

labels

Table labels.

labels?: string[]

Property Value

string[]

name

Table name.

name?: string

Property Value

string

solutions

List of solutions the table is affiliated with

solutions?: string[]

Property Value

string[]

source

Table's creator.

source?: string

Property Value

string

standardColumns

A list of table standard columns.

standardColumns?: Column[]

Property Value

Column[]

tableSubType

The subtype describes what APIs can be used to interact with the table, and what features are available against it.

tableSubType?: string

Property Value

string

tableType

Table's creator.

tableType?: string

Property Value

string