Databricks SDK for JavaScript
    Preparing search index...
    interface PublishSpec {
        onlineStore?: string;
        onlineTableName?: string;
        publishMode?: PublishSpec_PublishMode;
    }
    Index

    Properties

    onlineStore?: string

    The name of the target online store.

    onlineTableName?: string

    The full three-part (catalog, schema, table) name of the online table.

    The publish mode of the pipeline that syncs the online table with the source table.