Udostępnij za pośrednictwem


ArmDataFactoryModelFactory.DataFlowDebugCommandPayload Method

Definition

Initializes a new instance of DataFlowDebugCommandPayload.

public static Azure.ResourceManager.DataFactory.Models.DataFlowDebugCommandPayload DataFlowDebugCommandPayload (string streamName = default, int? rowLimits = default, System.Collections.Generic.IEnumerable<string> columns = default, string expression = default);
static member DataFlowDebugCommandPayload : string * Nullable<int> * seq<string> * string -> Azure.ResourceManager.DataFactory.Models.DataFlowDebugCommandPayload
Public Shared Function DataFlowDebugCommandPayload (Optional streamName As String = Nothing, Optional rowLimits As Nullable(Of Integer) = Nothing, Optional columns As IEnumerable(Of String) = Nothing, Optional expression As String = Nothing) As DataFlowDebugCommandPayload

Parameters

streamName
String

The stream name which is used for preview.

rowLimits
Nullable<Int32>

Row limits for preview response.

columns
IEnumerable<String>

Array of column names.

expression
String

The expression which is used for preview.

Returns

A new DataFlowDebugCommandPayload instance for mocking.

Applies to