Tableau Embedding API
    Preparing search index...

    Interface TableSummary

    Represents a table of data in a data source.

    interface TableSummary {
        connectionId: string;
        customSQL: undefined | string;
        id: string;
        name: string;
    }
    Index

    Properties

    connectionId: string

    the ID of the connection that this table belongs to.

    customSQL: undefined | string

    the custom SQL used to create this table if it was created with Custom SQL, undefined otherwise.

    id: string

    Unique string representing this table.

    name: string

    The name of the table (i.e. the caption).