| Package | Description |
|---|---|
| com.databricks.sdk.service.catalog |
| Modifier and Type | Method and Description |
|---|---|
EnableAutoMaintenance |
CatalogInfo.getEnableAutoMaintenance() |
EnableAutoMaintenance |
SchemaInfo.getEnableAutoMaintenance() |
EnableAutoMaintenance |
TableInfo.getEnableAutoMaintenance() |
EnableAutoMaintenance |
EffectiveAutoMaintenanceFlag.getValue() |
static EnableAutoMaintenance |
EnableAutoMaintenance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnableAutoMaintenance[] |
EnableAutoMaintenance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogInfo |
CatalogInfo.setEnableAutoMaintenance(EnableAutoMaintenance enableAutoMaintenance) |
SchemaInfo |
SchemaInfo.setEnableAutoMaintenance(EnableAutoMaintenance enableAutoMaintenance) |
TableInfo |
TableInfo.setEnableAutoMaintenance(EnableAutoMaintenance enableAutoMaintenance) |
EffectiveAutoMaintenanceFlag |
EffectiveAutoMaintenanceFlag.setValue(EnableAutoMaintenance value) |
Copyright © 2023. All rights reserved.