HDInsightStreamingActivity Class
HDInsight streaming activity type.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.synapse.artifacts.models._models_py3.ExecutionActivityHDInsightStreamingActivity
Constructor
HDInsightStreamingActivity(*, name: str, mapper: object, reducer: object, input: object, output: object, file_paths: List[object], additional_properties: Optional[Dict[str, object]] = None, description: Optional[str] = None, depends_on: Optional[List[azure.synapse.artifacts.models._models_py3.ActivityDependency]] = None, user_properties: Optional[List[azure.synapse.artifacts.models._models_py3.UserProperty]] = None, linked_service_name: Optional[azure.synapse.artifacts.models._models_py3.LinkedServiceReference] = None, policy: Optional[azure.synapse.artifacts.models._models_py3.ActivityPolicy] = None, storage_linked_services: Optional[List[azure.synapse.artifacts.models._models_py3.LinkedServiceReference]] = None, arguments: Optional[List[object]] = None, get_debug_info: Optional[Union[str, azure.synapse.artifacts.models._artifacts_client_enums.HDInsightActivityDebugInfoOption]] = None, file_linked_service: Optional[azure.synapse.artifacts.models._models_py3.LinkedServiceReference] = None, combiner: Optional[object] = None, command_environment: Optional[List[object]] = None, defines: Optional[Dict[str, object]] = None, **kwargs)
Parameters
Unmatched properties from the message are deserialized to this collection.
- get_debug_info
- str or HDInsightActivityDebugInfoOption
Debug info option. Possible values include: "None", "Always", "Failure".
- mapper
- object
Required. Mapper executable name. Type: string (or Expression with resultType string).
- reducer
- object
Required. Reducer executable name. Type: string (or Expression with resultType string).
- input
- object
Required. Input blob path. Type: string (or Expression with resultType string).
- output
- object
Required. Output blob path. Type: string (or Expression with resultType string).
- file_linked_service
- LinkedServiceReference
Linked service reference where the files are located.
- combiner
- object
Combiner executable name. Type: string (or Expression with resultType string).
Feedback
Submit and view feedback for