Represents a MindsDB table and all supported operations.

Hierarchy

  • default

Constructors

Properties

Methods

Constructors

  • Parameters

    • tablesApiClient: default

      API client to use for executing operations on this table.

    • name: string

      Name of this table.

    • integration: string

      Integration the table is a part of.

    Returns default

Properties

integration: string

Integration the table is a part of (e.g. files, mindsdb).

name: string

Name of the table.

tablesApiClient: default

API client to use for executing table operations.

Methods

  • Deletes this table from its integration.

    Throws

    • Something went wrong deleting this table.

    Returns Promise<void>

Generated using TypeDoc