Databricks SDK for JavaScript
    Preparing search index...

    Interface UpdateSyncedDatabaseTableRequest

    interface UpdateSyncedDatabaseTableRequest {
        syncedTable?: SyncedDatabaseTable;
        updateMask?: FieldMask<SyncedDatabaseTable>;
    }
    Index

    Properties

    syncedTable?: SyncedDatabaseTable

    Note that updating a synced database table is not yet supported.

    The list of fields to update. Setting this field is not yet supported.