Uses of Class
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeDataFlowProperties
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of IntegrationRuntimeDataFlowProperties in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionIntegrationRuntimeComputeProperties.dataFlowProperties()
Get the dataFlowProperties property: Data flow properties for managed integration runtime.IntegrationRuntimeDataFlowProperties.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Data flow properties for managed integration runtime.IntegrationRuntimeDataFlowProperties.withCleanup
(Boolean cleanup) Set the cleanup property: Cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is reached if this is set as false.IntegrationRuntimeDataFlowProperties.withComputeType
(DataFlowComputeType computeType) Set the computeType property: Compute type of the cluster which will execute data flow job.IntegrationRuntimeDataFlowProperties.withCoreCount
(Integer coreCount) Set the coreCount property: Core count of the cluster which will execute data flow job.IntegrationRuntimeDataFlowProperties.withTimeToLive
(Integer timeToLive) Set the timeToLive property: Time to live (in minutes) setting of the cluster which will execute data flow job.Modifier and TypeMethodDescriptionIntegrationRuntimeComputeProperties.withDataFlowProperties
(IntegrationRuntimeDataFlowProperties dataFlowProperties) Set the dataFlowProperties property: Data flow properties for managed integration runtime.