Uses of Class
com.azure.resourcemanager.datafactory.models.HDInsightHiveActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of HDInsightHiveActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionHDInsightHiveActivity.withArguments
(List<Object> arguments) Set the arguments property: User specified arguments to HDInsightActivity.HDInsightHiveActivity.withDefines
(Map<String, Object> defines) Set the defines property: Allows user to specify defines for Hive job request.HDInsightHiveActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.HDInsightHiveActivity.withDescription
(String description) Set the description property: Activity description.HDInsightHiveActivity.withGetDebugInfo
(HDInsightActivityDebugInfoOption getDebugInfo) Set the getDebugInfo property: Debug info option.HDInsightHiveActivity.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.Set the name property: Activity name.HDInsightHiveActivity.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.HDInsightHiveActivity.withQueryTimeout
(Integer queryTimeout) Set the queryTimeout property: Query timeout value (in minutes).HDInsightHiveActivity.withScriptLinkedService
(LinkedServiceReference scriptLinkedService) Set the scriptLinkedService property: Script linked service reference.HDInsightHiveActivity.withScriptPath
(Object scriptPath) Set the scriptPath property: Script path.HDInsightHiveActivity.withStorageLinkedServices
(List<LinkedServiceReference> storageLinkedServices) Set the storageLinkedServices property: Storage linked service references.HDInsightHiveActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.HDInsightHiveActivity.withVariables
(List<Object> variables) Set the variables property: User specified arguments under hivevar namespace.