Uses of Class
com.azure.resourcemanager.datafactory.models.DeleteActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of DeleteActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionDeleteActivity.withDataset
(DatasetReference dataset) Set the dataset property: Delete activity dataset reference.DeleteActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.DeleteActivity.withDescription
(String description) Set the description property: Activity description.DeleteActivity.withEnableLogging
(Object enableLogging) Set the enableLogging property: Whether to record detailed logs of delete-activity execution.DeleteActivity.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.DeleteActivity.withLogStorageSettings
(LogStorageSettings logStorageSettings) Set the logStorageSettings property: Log storage settings customer need to provide when enableLogging is true.DeleteActivity.withMaxConcurrentConnections
(Integer maxConcurrentConnections) Set the maxConcurrentConnections property: The max concurrent connections to connect data source at the same time.Set the name property: Activity name.DeleteActivity.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.DeleteActivity.withRecursive
(Object recursive) Set the recursive property: If true, files or sub-folders under current folder path will be deleted recursively.DeleteActivity.withStoreSettings
(StoreReadSettings storeSettings) Set the storeSettings property: Delete activity store settings.DeleteActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.