DatabricksNotebookActivity.NotebookPath 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.
The absolute path of the notebook to be run in the Databricks Workspace. This path must begin with a slash. Type: string (or Expression with resultType string).
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> NotebookPath { get; set; }
member this.NotebookPath : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> with get, set
Public Property NotebookPath As DataFactoryElement(Of String)