HDInsightMapReduceActivity 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.
HDInsight MapReduce activity type.
public class HDInsightMapReduceActivity : Azure.ResourceManager.DataFactory.Models.ExecutionActivity, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.HDInsightMapReduceActivity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.HDInsightMapReduceActivity>
public class HDInsightMapReduceActivity : Azure.ResourceManager.DataFactory.Models.ExecutionActivity
type HDInsightMapReduceActivity = class
inherit ExecutionActivity
interface IJsonModel<HDInsightMapReduceActivity>
interface IPersistableModel<HDInsightMapReduceActivity>
type HDInsightMapReduceActivity = class
inherit ExecutionActivity
Public Class HDInsightMapReduceActivity
Inherits ExecutionActivity
Implements IJsonModel(Of HDInsightMapReduceActivity), IPersistableModel(Of HDInsightMapReduceActivity)
Public Class HDInsightMapReduceActivity
Inherits ExecutionActivity
- Inheritance
- Implements
Constructors
HDInsightMapReduceActivity(String, DataFactoryElement<String>, DataFactoryElement<String>) |
Initializes a new instance of HDInsightMapReduceActivity. |
Properties
AdditionalProperties |
Additional Properties To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Arguments |
User specified arguments to HDInsightActivity. To assign an object to the element of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
ClassName |
Class name. Type: string (or Expression with resultType string). |
Defines |
Allows user to specify defines for the MapReduce job request. To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
DependsOn |
Activity depends on condition. (Inherited from PipelineActivity) |
Description |
Activity description. (Inherited from PipelineActivity) |
GetDebugInfo |
Debug info option. |
JarFilePath |
Jar path. Type: string (or Expression with resultType string). |
JarLibs |
Jar libs. To assign an object to the element of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
JarLinkedService |
Jar linked service reference. |
LinkedServiceName |
Linked service reference. (Inherited from ExecutionActivity) |
Name |
Activity name. (Inherited from PipelineActivity) |
OnInactiveMarkAs |
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default. (Inherited from PipelineActivity) |
Policy |
Activity policy. (Inherited from ExecutionActivity) |
State |
Activity state. This is an optional property and if not provided, the state will be Active by default. (Inherited from PipelineActivity) |
StorageLinkedServices |
Storage linked service references. |
UserProperties |
Activity user properties. (Inherited from PipelineActivity) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ExecutionActivity) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET