Package version:

Table's schema.

Hierarchy

  • Schema

Properties

categories?: string[]

Table category. NOTE: This property will not be serialized. It can only be populated by the server.

columns?: Column[]

A list of table custom columns.

description?: string

Table description.

displayName?: string

Table display name.

labels?: string[]

Table labels. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Table name.

solutions?: string[]

List of solutions the table is affiliated with NOTE: This property will not be serialized. It can only be populated by the server.

source?: string

Table's creator. NOTE: This property will not be serialized. It can only be populated by the server.

standardColumns?: Column[]

A list of table standard columns. NOTE: This property will not be serialized. It can only be populated by the server.

tableSubType?: string

The subtype describes what APIs can be used to interact with the table, and what features are available against it. NOTE: This property will not be serialized. It can only be populated by the server.

tableType?: string

Table's creator. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc