Package version:

Interface CreateDataFlowDebugSessionRequest

Request body structure for creating data flow debug session.

interface CreateDataFlowDebugSessionRequest {
    computeType?: string;
    coreCount?: number;
    integrationRuntime?: IntegrationRuntimeDebugResource;
    timeToLive?: number;
}

Properties

computeType?: string

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

coreCount?: number

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

integrationRuntime?: IntegrationRuntimeDebugResource

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

timeToLive?: number

Time to live setting of the cluster in minutes.