HDInsightStreamingActivityResponse

data class HDInsightStreamingActivityResponse(val arguments: List<Any>? = null, val combiner: Any? = null, val commandEnvironment: List<Any>? = null, val defines: Map<String, Any>? = null, val dependsOn: List<ActivityDependencyResponse>? = null, val description: String? = null, val fileLinkedService: LinkedServiceReferenceResponse? = null, val filePaths: List<Any>, val getDebugInfo: String? = null, val input: Any, val linkedServiceName: LinkedServiceReferenceResponse? = null, val mapper: Any, val name: String, val output: Any, val policy: ActivityPolicyResponse? = null, val reducer: Any, val storageLinkedServices: List<LinkedServiceReferenceResponse>? = null, val type: String, val userProperties: List<UserPropertyResponse>? = null)

HDInsight streaming activity type.

Constructors

Link copied to clipboard
constructor(arguments: List<Any>? = null, combiner: Any? = null, commandEnvironment: List<Any>? = null, defines: Map<String, Any>? = null, dependsOn: List<ActivityDependencyResponse>? = null, description: String? = null, fileLinkedService: LinkedServiceReferenceResponse? = null, filePaths: List<Any>, getDebugInfo: String? = null, input: Any, linkedServiceName: LinkedServiceReferenceResponse? = null, mapper: Any, name: String, output: Any, policy: ActivityPolicyResponse? = null, reducer: Any, storageLinkedServices: List<LinkedServiceReferenceResponse>? = null, type: String, userProperties: List<UserPropertyResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arguments: List<Any>? = null

User specified arguments to HDInsightActivity.

Link copied to clipboard
val combiner: Any? = null

Combiner executable name. Type: string (or Expression with resultType string).

Link copied to clipboard

Command line environment values.

Link copied to clipboard
val defines: Map<String, Any>? = null

Allows user to specify defines for streaming job request.

Link copied to clipboard

Activity depends on condition.

Link copied to clipboard
val description: String? = null

Activity description.

Link copied to clipboard

Linked service reference where the files are located.

Link copied to clipboard

Paths to streaming job files. Can be directories.

Link copied to clipboard
val getDebugInfo: String? = null

Debug info option.

Link copied to clipboard
val input: Any

Input blob path. Type: string (or Expression with resultType string).

Link copied to clipboard

Linked service reference.

Link copied to clipboard
val mapper: Any

Mapper executable name. Type: string (or Expression with resultType string).

Link copied to clipboard

Activity name.

Link copied to clipboard
val output: Any

Output blob path. Type: string (or Expression with resultType string).

Link copied to clipboard

Activity policy.

Link copied to clipboard

Reducer executable name. Type: string (or Expression with resultType string).

Link copied to clipboard

Storage linked service references.

Link copied to clipboard

Type of activity. Expected value is 'HDInsightStreaming'.

Link copied to clipboard

Activity user properties.