CreateDataFlowDebugSessionRequest interface

데이터 흐름 디버그 세션을 만들기 위한 요청 본문 구조입니다.

속성

computeType

클러스터의 컴퓨팅 유형입니다. 값은 제공된 경우 통합 런타임에서 동일한 설정으로 덮어씁니다.

coreCount

클러스터의 코어 수입니다. 값은 제공된 경우 통합 런타임에서 동일한 설정으로 덮어씁니다.

integrationRuntime

데이터 흐름 디버그 세션에 통합 런타임 설정을 사용하도록 설정합니다.

timeToLive

클러스터의 TL(Time to Live) 설정(분)입니다.

속성 세부 정보

computeType

클러스터의 컴퓨팅 유형입니다. 값은 제공된 경우 통합 런타임에서 동일한 설정으로 덮어씁니다.

computeType?: string

속성 값

string

coreCount

클러스터의 코어 수입니다. 값은 제공된 경우 통합 런타임에서 동일한 설정으로 덮어씁니다.

coreCount?: number

속성 값

number

integrationRuntime

데이터 흐름 디버그 세션에 통합 런타임 설정을 사용하도록 설정합니다.

integrationRuntime?: IntegrationRuntimeDebugResource

속성 값

timeToLive

클러스터의 TL(Time to Live) 설정(분)입니다.

timeToLive?: number

속성 값

number