Databricks SDK for JavaScript
    Preparing search index...

    Variable DeltaSharingScope_EnumConst

    DeltaSharingScope_Enum: {
        INTERNAL: "INTERNAL";
        INTERNAL_AND_EXTERNAL: "INTERNAL_AND_EXTERNAL";
    } = ...

    Type Declaration

    • ReadonlyINTERNAL: "INTERNAL"

      Internal Delta Sharing enabled on metastore. This applies to Databricks-managed authentication where both provider and recipient are under the same account.

    • ReadonlyINTERNAL_AND_EXTERNAL: "INTERNAL_AND_EXTERNAL"

      Internal and External Delta Sharing enabled on metastore. This allows all flavors of Delta Sharing.