Title here
Summary here
Reads data from a parquet source. While reading the data from the file, data is also asynchronously posted into the targets.
public class ParquetSource : ParquetSource<ExpandoObject>, IDataFlowStreamSource<ExpandoObject>, IDataFlowExecutableSource<ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowStreamSource, IDataFlowExecutableSource, IDataFlowSource, IDataFlowComponent, ILoggableTask
public ParquetSource()
public ParquetSource(string uri)
Type | Name | Description |
---|---|---|
string | uri |
public ParquetSource(string uri, ResourceType resourceType)
Type | Name | Description |
---|---|---|
string | uri | |
ResourceType | resourceType |