Databricks SDK for JavaScript
    Preparing search index...

    Configuration for online store destination.

    interface OnlineStoreConfig {
        catalogName?: string;
        onlineStoreName?: string;
        schemaName?: string;
        tableNamePrefix?: string;
    }
    Index

    Properties

    catalogName?: string

    The Unity Catalog catalog name. This name is also used as the Lakebase logical database name. Quoting is handled by the backend where needed, do not pre-quote it.

    onlineStoreName?: string

    The name of the target online store.

    schemaName?: string

    The Unity Catalog schema name. This name is also used as the Lakebase schema name under the database. Quoting is handled by the backend where needed, do not pre-quote it.

    tableNamePrefix?: string

    Prefix for Unity Catalog table name. The materialized feature will be stored in a Lakebase table with this prefix and a generated postfix.