DataFlow.FromDPrepJSONString(String, SecretManager) Method

Definition

Perform the execution on DPrep JSON string to get a DataFlow object.

public static Microsoft.DataPrep.Common.DataFlow FromDPrepJSONString(string dprepJSONString, Microsoft.DPrep.SharedLibrary.SecretManager secretManager = null);
static member FromDPrepJSONString : string * Microsoft.DPrep.SharedLibrary.SecretManager -> Microsoft.DataPrep.Common.DataFlow

Parameters

dprepJSONString
String

Input DPrep JSON string.

secretManager
Microsoft.DPrep.SharedLibrary.SecretManager

Input Secret Manager.

Returns

DataFlow object.

Applies to