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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET