@Generated public class DisableLegacyDbfsAPI extends Object
1. Access to DBFS root and DBFS mounts is disallowed (as well as the creation of new mounts). 2. Disables Databricks Runtime versions prior to 13.3LTS.
When the setting is off, all DBFS functionality is enabled and no restrictions are imposed on Databricks Runtime versions. This setting can take up to 20 minutes to take effect and requires a manual restart of all-purpose compute clusters and SQL warehouses.
| Constructor and Description |
|---|
DisableLegacyDbfsAPI(ApiClient apiClient)
Regular-use constructor
|
DisableLegacyDbfsAPI(DisableLegacyDbfsService mock)
Constructor for mocks
|
| Modifier and Type | Method and Description |
|---|---|
DeleteDisableLegacyDbfsResponse |
delete(DeleteDisableLegacyDbfsRequest request)
Deletes the disable legacy DBFS setting for a workspace, reverting back to the default.
|
DisableLegacyDbfs |
get(GetDisableLegacyDbfsRequest request)
Gets the disable legacy DBFS setting.
|
DisableLegacyDbfsService |
impl() |
DisableLegacyDbfs |
update(UpdateDisableLegacyDbfsRequest request)
Updates the disable legacy DBFS setting for the workspace.
|
public DisableLegacyDbfsAPI(ApiClient apiClient)
public DisableLegacyDbfsAPI(DisableLegacyDbfsService mock)
public DeleteDisableLegacyDbfsResponse delete(DeleteDisableLegacyDbfsRequest request)
public DisableLegacyDbfs get(GetDisableLegacyDbfsRequest request)
public DisableLegacyDbfs update(UpdateDisableLegacyDbfsRequest request)
public DisableLegacyDbfsService impl()
Copyright © 2026. All rights reserved.