Title here
Summary here
A Json destination defines a json file where data from the flow is inserted.
public class JsonDestination : JsonDestination<ExpandoObject>, IDataFlowStreamDestination<ExpandoObject>, IDataFlowDestination<ExpandoObject>, IDataFlowStreamDestination, IDataFlowDestination, IDataFlowComponent, ILoggableTaskJsonDestination<MyRow> dest = new JsonDestination<MyRow>("/path/to/file.json");
dest.Wait(); //Wait for all data to arrive public JsonDestination() public JsonDestination(string fileName)| Type | Name | Description |
|---|---|---|
| string | fileName |