HDInsightStreamingActivity 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 streaming activity type.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("HDInsightStreaming")]
public class HDInsightStreamingActivity : Microsoft.Azure.Management.DataFactory.Models.ExecutionActivity
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("HDInsightStreaming")>]
type HDInsightStreamingActivity = class
inherit ExecutionActivity
Public Class HDInsightStreamingActivity
Inherits ExecutionActivity
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
HDInsightStreamingActivity() |
Initializes a new instance of the HDInsightStreamingActivity class. |
HDInsightStreamingActivity(String, Object, Object, Object, Object, IList<Object>, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IList<LinkedServiceReference>, IList<Object>, String, LinkedServiceReference, Object, IList<Object>, IDictionary<String,Object>) |
Initializes a new instance of the HDInsightStreamingActivity class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from Activity) |
Arguments |
Gets or sets user specified arguments to HDInsightActivity. |
Combiner |
Gets or sets combiner executable name. Type: string (or Expression with resultType string). |
CommandEnvironment |
Gets or sets command line environment values. |
Defines |
Gets or sets allows user to specify defines for streaming job request. |
DependsOn |
Gets or sets activity depends on condition. (Inherited from Activity) |
Description |
Gets or sets activity description. (Inherited from Activity) |
FileLinkedService |
Gets or sets linked service reference where the files are located. |
FilePaths |
Gets or sets paths to streaming job files. Can be directories. |
GetDebugInfo |
Gets or sets debug info option. Possible values include: 'None', 'Always', 'Failure' |
Input |
Gets or sets input blob path. Type: string (or Expression with resultType string). |
LinkedServiceName |
Gets or sets linked service reference. (Inherited from ExecutionActivity) |
Mapper |
Gets or sets mapper executable name. Type: string (or Expression with resultType string). |
Name |
Gets or sets activity name. (Inherited from Activity) |
Output |
Gets or sets output blob path. Type: string (or Expression with resultType string). |
Policy |
Gets or sets activity policy. (Inherited from ExecutionActivity) |
Reducer |
Gets or sets reducer executable name. Type: string (or Expression with resultType string). |
StorageLinkedServices |
Gets or sets storage linked service references. |
UserProperties |
Gets or sets activity user properties. (Inherited from Activity) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET