Class JsonDestination
A Json destination defines a json file where data from the flow is inserted.
Inheritance
System.Object
DataFlowDestination<System.Dynamic.ExpandoObject>
DataFlowStreamDestination<System.Dynamic.ExpandoObject>
JsonDestination<System.Dynamic.ExpandoObject>
JsonDestination
Implements
IDataFlowStreamDestination<System.Dynamic.ExpandoObject>
IDataFlowDestination<System.Dynamic.ExpandoObject>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ETLBox.DataFlow.Connectors
Assembly: ETLBox.Json.dll
Syntax
public class JsonDestination : JsonDestination<ExpandoObject>, ILoggableTask, IDataFlowLogging, IDataFlowStreamDestination<ExpandoObject>, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent, IDataFlowStreamDestination
Constructors
JsonDestination()
Declaration
public JsonDestination()
JsonDestination(String)
Declaration
public JsonDestination(string fileName)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName |