SynapseNotebookActivity Class
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.
Execute Synapse notebook activity.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("SynapseNotebook")]
public class SynapseNotebookActivity : Microsoft.Azure.Management.DataFactory.Models.ExecutionActivity
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("SynapseNotebook")>]
type SynapseNotebookActivity = class
inherit ExecutionActivity
Public Class SynapseNotebookActivity
Inherits ExecutionActivity
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
SynapseNotebookActivity() |
Initializes a new instance of the SynapseNotebookActivity class. |
SynapseNotebookActivity(String, SynapseNotebookReference, IDictionary<String, Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, BigDataPoolParametrizationReference, IDictionary<String,NotebookParameter>, Object, Object, Object, Nullable<Int32>) |
Initializes a new instance of the SynapseNotebookActivity class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from Activity) |
Conf |
Gets or sets spark configuration properties, which will override the 'conf' of the notebook you provide. |
DependsOn |
Gets or sets activity depends on condition. (Inherited from Activity) |
Description |
Gets or sets activity description. (Inherited from Activity) |
DriverSize |
Gets or sets number of core and memory to be used for driver allocated in the specified Spark pool for the session, which will be used for overriding 'driverCores' and 'driverMemory' of the notebook you provide. Type: string (or Expression with resultType string). |
ExecutorSize |
Gets or sets number of core and memory to be used for executors allocated in the specified Spark pool for the session, which will be used for overriding 'executorCores' and 'executorMemory' of the notebook you provide. Type: string (or Expression with resultType string). |
LinkedServiceName |
Gets or sets linked service reference. (Inherited from ExecutionActivity) |
Name |
Gets or sets activity name. (Inherited from Activity) |
Notebook |
Gets or sets synapse notebook reference. |
NumExecutors |
Gets or sets number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide. |
Parameters |
Gets or sets notebook parameters. |
Policy |
Gets or sets activity policy. (Inherited from ExecutionActivity) |
SparkPool |
Gets or sets the name of the big data pool which will be used to execute the notebook. |
UserProperties |
Gets or sets activity user properties. (Inherited from Activity) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET