Class ParquetSource

Reads data from a parquet source. While reading the data from the file, data is also asynchronously posted into the targets.

Inherited Members
Namespace: ETLBox.Parquet
Assembly: ETLBox.Parquet.dll
Syntax
    public class ParquetSource : ParquetSource<ExpandoObject>, IDataFlowLogging, IDataFlowStreamSource<ExpandoObject>, IDataFlowExecutableSource<ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowStreamSource, IDataFlowExecutableSource, IDataFlowSource, IDataFlowComponent, ILoggableTask

Constructors

ParquetSource()

Declaration
    public ParquetSource()

ParquetSource(string)

Declaration
    public ParquetSource(string uri)
Parameters
TypeNameDescription
stringuri

ParquetSource(string, ResourceType)

Declaration
    public ParquetSource(string uri, ResourceType resourceType)
Parameters
TypeNameDescription
stringuri
ResourceTyperesourceType

Implements