Class CreateTableRequestDataAttributes

Attributes that define the reference table's configuration and properties.

Hierarchy

  • CreateTableRequestDataAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
description?: string

Optional text describing the purpose or contents of this reference table.

Metadata specifying where and how to access the reference table's data file.

Schema defining the structure and columns of the reference table.

The source type for creating reference table data. Only these source types can be created through this API.

tableName: string

Name to identify this reference table.

tags?: string[]

Tags for organizing and filtering reference tables.

Generated using TypeDoc