CreateDataFlowDebugSessionRequest Class

Definition

Request body structure for creating data flow debug session.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.CreateDataFlowDebugSessionRequest+CreateDataFlowDebugSessionRequestConverter))]
public class CreateDataFlowDebugSessionRequest
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.CreateDataFlowDebugSessionRequest+CreateDataFlowDebugSessionRequestConverter))>]
type CreateDataFlowDebugSessionRequest = class
Public Class CreateDataFlowDebugSessionRequest
Inheritance
CreateDataFlowDebugSessionRequest
Attributes

Constructors

CreateDataFlowDebugSessionRequest()

Initializes a new instance of CreateDataFlowDebugSessionRequest.

Properties

ComputeType

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

CoreCount

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

IntegrationRuntime

Set to use integration runtime setting for data flow debug session.

TimeToLive

Time to live setting of the cluster in minutes.

Applies to