Class ParquetSource
Reads data from a parquet source. While reading the data from the file, data is also asynchronously posted into the targets.
Inheritance
object
DataFlowSource<ExpandoObject>
DataFlowExecutableSource<ExpandoObject>
DataFlowStreamSource<ExpandoObject>
ParquetSource<ExpandoObject>
ParquetSource
Implements
IDataFlowStreamSource<ExpandoObject>
IDataFlowExecutableSource<ExpandoObject>
IDataFlowSource<ExpandoObject>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ETLBox.Parquet
Assembly: ETLBox.Parquet.dll
Syntax
public class ParquetSource : ParquetSource<ExpandoObject>, ILoggableTask, IDataFlowLogging, IDataFlowStreamSource<ExpandoObject>, IDataFlowExecutableSource<ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowStreamSource, IDataFlowExecutableSource, IDataFlowSource, IDataFlowComponent
Constructors
ParquetSource()
Declaration
public ParquetSource()
ParquetSource(string, ResourceType)
Declaration
public ParquetSource(string uri, ResourceType resourceType)
Parameters
Type | Name | Description |
---|---|---|
string | uri | |
ResourceType | resourceType |
ParquetSource(string)
Declaration
public ParquetSource(string uri)
Parameters
Type | Name | Description |
---|---|---|
string | uri |