Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Schema

Package version

Table's schema.

Hierarchy

  • Schema

Index

Properties

Optional categories

categories: string[]

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

Optional columns

columns: Column[]

A list of table custom columns.

Optional description

description: undefined | string

Table description.

Optional displayName

displayName: undefined | string

Table display name.

Optional labels

labels: string[]

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

Optional name

name: undefined | string

Table name.

Optional restoredLogs

restoredLogs: RestoredLogs

Parameters of the restore operation that initiated this table. NOTE: This property will not be serialized. It can only be populated by the server.

Optional searchResults

searchResults: SearchResults

Parameters of the search job that initiated this table. NOTE: This property will not be serialized. It can only be populated by the server.

Optional solutions

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.

Optional source

source: SourceEnum

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

Optional standardColumns

standardColumns: Column[]

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

Optional tableSubType

tableSubType: TableSubTypeEnum

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.

Optional tableType

tableType: TableTypeEnum

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

Generated using TypeDoc