Uses of Class
com.azure.resourcemanager.datafactory.models.HDInsightStreamingActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of HDInsightStreamingActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionHDInsightStreamingActivity.withArguments
(List<Object> arguments) Set the arguments property: User specified arguments to HDInsightActivity.HDInsightStreamingActivity.withCombiner
(Object combiner) Set the combiner property: Combiner executable name.HDInsightStreamingActivity.withCommandEnvironment
(List<Object> commandEnvironment) Set the commandEnvironment property: Command line environment values.HDInsightStreamingActivity.withDefines
(Map<String, Object> defines) Set the defines property: Allows user to specify defines for streaming job request.HDInsightStreamingActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.HDInsightStreamingActivity.withDescription
(String description) Set the description property: Activity description.HDInsightStreamingActivity.withFileLinkedService
(LinkedServiceReference fileLinkedService) Set the fileLinkedService property: Linked service reference where the files are located.HDInsightStreamingActivity.withFilePaths
(List<Object> filePaths) Set the filePaths property: Paths to streaming job files.HDInsightStreamingActivity.withGetDebugInfo
(HDInsightActivityDebugInfoOption getDebugInfo) Set the getDebugInfo property: Debug info option.Set the input property: Input blob path.HDInsightStreamingActivity.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.HDInsightStreamingActivity.withMapper
(Object mapper) Set the mapper property: Mapper executable name.Set the name property: Activity name.HDInsightStreamingActivity.withOutput
(Object output) Set the output property: Output blob path.HDInsightStreamingActivity.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.HDInsightStreamingActivity.withReducer
(Object reducer) Set the reducer property: Reducer executable name.HDInsightStreamingActivity.withStorageLinkedServices
(List<LinkedServiceReference> storageLinkedServices) Set the storageLinkedServices property: Storage linked service references.HDInsightStreamingActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.