Databricks SDK for JavaScript
    Preparing search index...

    Unity Catalog replication configuration (top-level, not per-set).

    interface UcReplicationConfig {
        catalogs?: UcCatalog[];
        dataReplicationWorkspaceSet?: string;
        locationMappings?: LocationMapping[];
    }
    Index

    Properties

    catalogs?: UcCatalog[]

    UC catalogs to replicate.

    dataReplicationWorkspaceSet?: string

    The workspace set whose workspaces will be used for data replication of all UC catalogs' underlying storage.

    locationMappings?: LocationMapping[]

    Location mappings - storage URI per region for each location.