IDefaultCatalogProperties.InitialName 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.
Specifies the initial Name of default catalog. If not specified, the name of the workspace will be used.
[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Description="Specifies the initial Name of default catalog. If not specified, the name of the workspace will be used.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="initialName")]
public string InitialName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Description="Specifies the initial Name of default catalog. If not specified, the name of the workspace will be used.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="initialName")>]
member this.InitialName : string with get, set
Public Property InitialName As String
Property Value
- Attributes