CreateDataFlowDebugSessionRequest Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.CreateDataFlowDebugSessionRequest

public final class CreateDataFlowDebugSessionRequest

Request body structure for creating data flow debug session.

Constructor Summary

Constructor Description
CreateDataFlowDebugSessionRequest()

Creates an instance of CreateDataFlowDebugSessionRequest class.

Method Summary

Modifier and Type Method and Description
String getComputeType()

Get the computeType property: Compute type of the cluster.

Integer getCoreCount()

Get the coreCount property: Core count of the cluster.

IntegrationRuntimeDebugResource getIntegrationRuntime()

Get the integrationRuntime property: Set to use integration runtime setting for data flow debug session.

Integer getTimeToLive()

Get the timeToLive property: Time to live setting of the cluster in minutes.

CreateDataFlowDebugSessionRequest setComputeType(String computeType)

Set the computeType property: Compute type of the cluster.

CreateDataFlowDebugSessionRequest setCoreCount(Integer coreCount)

Set the coreCount property: Core count of the cluster.

CreateDataFlowDebugSessionRequest setIntegrationRuntime(IntegrationRuntimeDebugResource integrationRuntime)

Set the integrationRuntime property: Set to use integration runtime setting for data flow debug session.

CreateDataFlowDebugSessionRequest setTimeToLive(Integer timeToLive)

Set the timeToLive property: Time to live setting of the cluster in minutes.

Methods inherited from java.lang.Object

Constructor Details

CreateDataFlowDebugSessionRequest

public CreateDataFlowDebugSessionRequest()

Creates an instance of CreateDataFlowDebugSessionRequest class.

Method Details

getComputeType

public String getComputeType()

Get the computeType property: Compute type of the cluster. The value will be overwritten by the same setting in integration runtime if provided.

Returns:

the computeType value.

getCoreCount

public Integer getCoreCount()

Get the coreCount property: Core count of the cluster. The value will be overwritten by the same setting in integration runtime if provided.

Returns:

the coreCount value.

getIntegrationRuntime

public IntegrationRuntimeDebugResource getIntegrationRuntime()

Get the integrationRuntime property: Set to use integration runtime setting for data flow debug session.

Returns:

the integrationRuntime value.

getTimeToLive

public Integer getTimeToLive()

Get the timeToLive property: Time to live setting of the cluster in minutes.

Returns:

the timeToLive value.

setComputeType

public CreateDataFlowDebugSessionRequest setComputeType(String computeType)

Set the computeType property: Compute type of the cluster. The value will be overwritten by the same setting in integration runtime if provided.

Parameters:

computeType - the computeType value to set.

Returns:

the CreateDataFlowDebugSessionRequest object itself.

setCoreCount

public CreateDataFlowDebugSessionRequest setCoreCount(Integer coreCount)

Set the coreCount property: Core count of the cluster. The value will be overwritten by the same setting in integration runtime if provided.

Parameters:

coreCount - the coreCount value to set.

Returns:

the CreateDataFlowDebugSessionRequest object itself.

setIntegrationRuntime

public CreateDataFlowDebugSessionRequest setIntegrationRuntime(IntegrationRuntimeDebugResource integrationRuntime)

Set the integrationRuntime property: Set to use integration runtime setting for data flow debug session.

Parameters:

integrationRuntime - the integrationRuntime value to set.

Returns:

the CreateDataFlowDebugSessionRequest object itself.

setTimeToLive

public CreateDataFlowDebugSessionRequest setTimeToLive(Integer timeToLive)

Set the timeToLive property: Time to live setting of the cluster in minutes.

Parameters:

timeToLive - the timeToLive value to set.

Returns:

the CreateDataFlowDebugSessionRequest object itself.

Applies to