ArmDataFactoryModelFactory.DataFlowDebugCommandPayload Method
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.
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.
- 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
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