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

DataFlowDebugStatisticsRequest 类

定义

数据流统计信息的请求正文结构。

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

构造函数

DataFlowDebugStatisticsRequest()

初始化 DataFlowDebugStatisticsRequest 的新实例。

属性

Columns

列名列表。

DataFlowName

包含调试会话的数据流。

SessionId

数据流调试会话的 ID。

StreamName

输出流名称。

适用于