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.
Name | Description |
---|---|
TOutput | Type of outgoing data |
Type | Name | Description |
---|---|---|
string | uri | The source parquet file name or uri |
Type | Name | Description |
---|---|---|
string | uri | The source parquet file name or uri |
ResourceType | resourceType | Specifies if data is loaded from a file, a web endpoint or other storage types (e.g. Azure Blob Storage) |
Currently the ParquetDestination only supports 'basic' data types. Access this property to get all Clr types that are supported.
Type | Description |
---|---|
Type[] |
List of mappings between columns names in parquet file and property name in object.
Type | Description |
---|---|
ICollection<ParquetColumn> |
Options used when creating the ParquetReader
Type | Description |
---|---|
ParquetOptions |
Type | Name | Description |
---|---|---|
string | columnName |
Type | Description |
---|---|
string |