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