Databricks SDK for JavaScript
    Preparing search index...

    Interface ListSyncedDatabaseTablesResponse

    interface ListSyncedDatabaseTablesResponse {
        nextPageToken?: string;
        syncedTables?: SyncedDatabaseTable[];
    }
    Index

    Properties

    nextPageToken?: string

    Pagination token to request the next page of synced tables.

    syncedTables?: SyncedDatabaseTable[]