Represents a MindsDB view and all supported operations.

Hierarchy

  • default

Constructors

Properties

Methods

Constructors

  • Parameters

    • viewsApiClient: default

      API client to use for executing view operations.

    • name: string

      Name of the view.

    • project: string

      Project the view belongs to.

    Returns default

Properties

name: string

Name of the view.

project: string

Project the view belongs to.

viewsApiClient: default

API client to use for executing view operations.

Methods

  • Deletes this view from the project it belongs to.

    Throws

    • Something went wrong deleting this view.

    Returns Promise<void>

Generated using TypeDoc