IWorkspace.IsUcEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether unity catalog enabled for the workspace or not.
[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Description="Indicates whether unity catalog enabled for the workspace or not.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isUcEnabled")]
public bool? IsUcEnabled { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Description="Indicates whether unity catalog enabled for the workspace or not.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isUcEnabled")>]
member this.IsUcEnabled : Nullable<bool>
Public ReadOnly Property IsUcEnabled As Nullable(Of Boolean)
Property Value
- Attributes