你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataFlowDebugSessionInfo 类

定义

数据流调试会话信息。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.DataFlowDebugSessionInfo+DataFlowDebugSessionInfoConverter))]
public class DataFlowDebugSessionInfo
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.DataFlowDebugSessionInfo+DataFlowDebugSessionInfoConverter))>]
type DataFlowDebugSessionInfo = class
Public Class DataFlowDebugSessionInfo
继承
DataFlowDebugSessionInfo
属性

属性

AdditionalProperties

其他属性。

ComputeType

群集的计算类型。

CoreCount

群集的核心计数。

DataFlowName

数据流的名称。

IntegrationRuntimeName

数据流调试会话的附加集成运行时名称。

LastActivityTime

数据流调试会话的上次活动时间。

NodeCount

群集的节点计数。 (弃用的属性) 。

SessionId

数据流调试会话的 ID。

StartTime

数据流调试会话的开始时间。

TimeToLiveInMinutes

群集的计算类型。

适用于