Databricks SDK for JavaScript
    Preparing search index...

    Variable SyncedTable_SyncedTableSpec_ExtraColumn_MaintenanceConst

    SyncedTable_SyncedTableSpec_ExtraColumn_Maintenance: {
        MAINTENANCE_UNSPECIFIED: "";
        STORED_GENERATED: "STORED_GENERATED";
    } = ...

    How the column's value is populated and kept up to date.

    Type Declaration

    • ReadonlyMAINTENANCE_UNSPECIFIED: ""

      A plain column with no computed value.

    • ReadonlySTORED_GENERATED: "STORED_GENERATED"

      The value is computed by PostgreSQL and stored.