Hierarchy

  • HubDbTableV3Request

Constructors

Properties

allowChildTables?: boolean

Specifies whether child tables can be created

allowPublicApiAccess?: boolean

Specifies whether the table can be read by public without authorization

columns?: ColumnRequest[]

List of columns in the table

dynamicMetaTags?: {
    [key: string]: number;
}

Specifies the key value pairs of the metadata fields with the associated column ids

Type declaration

  • [key: string]: number
enableChildTablePages?: boolean

Specifies creation of multi-level dynamic pages using child tables

label: string

Label of the table

name: string

Name of the table

useForPages?: boolean

Specifies whether the table can be used for creation of dynamic pages

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc