Share via


IWorkspace.IsUcEnabled Property

Definition

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

Applies to