@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)
Delete the disable legacy DBFS setting.
|
DisableLegacyDbfs |
get(GetDisableLegacyDbfsRequest request)
Get the disable legacy DBFS setting.
|
DisableLegacyDbfsService |
impl() |
DisableLegacyDbfs |
update(boolean allowMissing,
DisableLegacyDbfs setting,
String fieldMask) |
DisableLegacyDbfs |
update(UpdateDisableLegacyDbfsRequest request)
Update the disable legacy DBFS setting.
|
public DisableLegacyDbfsAPI(ApiClient apiClient)
public DisableLegacyDbfsAPI(DisableLegacyDbfsService mock)
public DeleteDisableLegacyDbfsResponse delete(DeleteDisableLegacyDbfsRequest request)
Deletes the disable legacy DBFS setting for a workspace, reverting back to the default.
public DisableLegacyDbfs get(GetDisableLegacyDbfsRequest request)
Gets the disable legacy DBFS setting.
public DisableLegacyDbfs update(boolean allowMissing, DisableLegacyDbfs setting, String fieldMask)
public DisableLegacyDbfs update(UpdateDisableLegacyDbfsRequest request)
Updates the disable legacy DBFS setting for the workspace.
public DisableLegacyDbfsService impl()
Copyright © 2025. All rights reserved.