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