Databricks SDK for JavaScript
    Preparing search index...

    A single entry in a location mapping, mapping a region to a storage URI. Used instead of map<string, string> for proto2 compatibility.

    interface LocationMappingEntry {
        region?: string;
        uri?: string;
    }
    Index

    Properties

    Properties

    region?: string

    The region name.

    uri?: string

    The storage URI for this region.