Schema interface
Table's schema.
Properties
| categories | Table category. NOTE: This property will not be serialized. It can only be populated by the server. |
| columns | A list of table custom columns. |
| description | Table description. |
| display |
Table display name. |
| labels | Table labels. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | Table name. |
| solutions | List of solutions the table is affiliated with NOTE: This property will not be serialized. It can only be populated by the server. |
| source | Table's creator. NOTE: This property will not be serialized. It can only be populated by the server. |
| standard |
A list of table standard columns. NOTE: This property will not be serialized. It can only be populated by the server. |
| table |
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. |
| table |
Table's creator. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
categories
Table category. NOTE: This property will not be serialized. It can only be populated by the server.
categories?: string[]
Property Value
string[]
columns
description
Table description.
description?: string
Property Value
string
displayName
Table display name.
displayName?: string
Property Value
string
labels
Table labels. NOTE: This property will not be serialized. It can only be populated by the server.
labels?: string[]
Property Value
string[]
name
Table name.
name?: string
Property Value
string
solutions
List of solutions the table is affiliated with NOTE: This property will not be serialized. It can only be populated by the server.
solutions?: string[]
Property Value
string[]
source
Table's creator. NOTE: This property will not be serialized. It can only be populated by the server.
source?: string
Property Value
string
standardColumns
A list of table standard columns. NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
tableSubType?: string
Property Value
string
tableType
Table's creator. NOTE: This property will not be serialized. It can only be populated by the server.
tableType?: string
Property Value
string