DataFlowDebugCommandPayload Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Structure of command payload.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.DataFlowDebugCommandPayload+DataFlowDebugCommandPayloadConverter))]
public class DataFlowDebugCommandPayload
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.DataFlowDebugCommandPayload+DataFlowDebugCommandPayloadConverter))>]
type DataFlowDebugCommandPayload = class
Public Class DataFlowDebugCommandPayload
- Inheritance
-
DataFlowDebugCommandPayload
- Attributes
Constructors
DataFlowDebugCommandPayload(String) |
Initializes a new instance of DataFlowDebugCommandPayload. |
Properties
Columns |
Array of column names. |
Expression |
The expression which is used for preview. |
RowLimits |
Row limits for preview response. |
StreamName |
The stream name which is used for preview. |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET