Uses of Class
com.databricks.sdk.service.catalog.MetastoreInfoDeltaSharingScope
-
Packages that use MetastoreInfoDeltaSharingScope Package Description com.databricks.sdk.service.catalog -
-
Uses of MetastoreInfoDeltaSharingScope in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return MetastoreInfoDeltaSharingScope Modifier and Type Method Description MetastoreInfoDeltaSharingScopeMetastoreInfo. getDeltaSharingScope()static MetastoreInfoDeltaSharingScopeMetastoreInfoDeltaSharingScope. valueOf(String name)Returns the enum constant of this type with the specified name.static MetastoreInfoDeltaSharingScope[]MetastoreInfoDeltaSharingScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.catalog with parameters of type MetastoreInfoDeltaSharingScope Modifier and Type Method Description MetastoreInfoMetastoreInfo. setDeltaSharingScope(MetastoreInfoDeltaSharingScope deltaSharingScope)
-