CreateDataFlowDebugSessionRequest Class

Definition

Request body structure for creating data flow debug session.

public class CreateDataFlowDebugSessionRequest
type CreateDataFlowDebugSessionRequest = class
Public Class CreateDataFlowDebugSessionRequest
Inheritance
CreateDataFlowDebugSessionRequest

Constructors

CreateDataFlowDebugSessionRequest()

Initializes a new instance of the CreateDataFlowDebugSessionRequest class.

CreateDataFlowDebugSessionRequest(String, Nullable<Int32>, Nullable<Int32>, IntegrationRuntimeDebugResource)

Initializes a new instance of the CreateDataFlowDebugSessionRequest class.

Properties

ComputeType

Gets or sets compute type of the cluster. The value will be overwritten by the same setting in integration runtime if provided.

CoreCount

Gets or sets core count of the cluster. The value will be overwritten by the same setting in integration runtime if provided.

IntegrationRuntime

Gets or sets set to use integration runtime setting for data flow debug session.

TimeToLive

Gets or sets time to live setting of the cluster in minutes.

Methods

Validate()

Validate the object.

Applies to