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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET