@Generated public interface DisableLegacyDbfsService
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.
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
DeleteDisableLegacyDbfsResponse |
delete(DeleteDisableLegacyDbfsRequest deleteDisableLegacyDbfsRequest)
Delete the disable legacy DBFS setting.
|
DisableLegacyDbfs |
get(GetDisableLegacyDbfsRequest getDisableLegacyDbfsRequest)
Get the disable legacy DBFS setting.
|
DisableLegacyDbfs |
update(UpdateDisableLegacyDbfsRequest updateDisableLegacyDbfsRequest)
Update the disable legacy DBFS setting.
|
DeleteDisableLegacyDbfsResponse delete(DeleteDisableLegacyDbfsRequest deleteDisableLegacyDbfsRequest)
Deletes the disable legacy DBFS setting for a workspace, reverting back to the default.
DisableLegacyDbfs get(GetDisableLegacyDbfsRequest getDisableLegacyDbfsRequest)
Gets the disable legacy DBFS setting.
DisableLegacyDbfs update(UpdateDisableLegacyDbfsRequest updateDisableLegacyDbfsRequest)
Updates the disable legacy DBFS setting for the workspace.
Copyright © 2025. All rights reserved.