Databricks SDK for JavaScript
    Preparing search index...

    A location mapping identified by a name, with URIs per region. The system derives replication direction from effective_primary_region.

    interface LocationMapping {
        name?: string;
        uriByRegion?: LocationMappingEntry[];
    }
    Index

    Properties

    Properties

    name?: string

    Resource name for this location.

    uriByRegion?: LocationMappingEntry[]

    URI for each region. Each entry maps a region name to a storage URI.