IntegrationRuntimeDataFlowProperties |
IntegrationRuntimeComputeProperties.dataFlowProperties() |
Get the dataFlowProperties property: Data flow properties for managed integration runtime.
|
IntegrationRuntimeDataFlowProperties |
IntegrationRuntimeDataFlowProperties.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: Data flow properties for managed integration runtime.
|
IntegrationRuntimeDataFlowProperties |
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 |
IntegrationRuntimeDataFlowProperties.withComputeType(DataFlowComputeType computeType) |
Set the computeType property: Compute type of the cluster which will execute data flow job.
|
IntegrationRuntimeDataFlowProperties |
IntegrationRuntimeDataFlowProperties.withCoreCount(Integer coreCount) |
Set the coreCount property: Core count of the cluster which will execute data flow job.
|
IntegrationRuntimeDataFlowProperties |
IntegrationRuntimeDataFlowProperties.withTimeToLive(Integer timeToLive) |
Set the timeToLive property: Time to live (in minutes) setting of the cluster which will execute data flow job.
|