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