Title here
Summary here
This attribute defines the mapping between a property name and the name of a column in a parquet file. When using the ParquetDestination, the WriteOrder defines the order of the columns in the file.
public class MyPoco { [ParquetColumn("NameInParquet", WriteOrder: 1)] public string SomeProperty { get; set; } [ParquetColumn(WriterOrder: 2)] public string AnotherProperty { get; set; } }
Type | Name | Description |
---|---|---|
int | writeOrder |
Type | Name | Description |
---|---|---|
string | columnName |
Type | Name | Description |
---|---|---|
string | columnName | |
int | writeOrder |
Type | Description |
---|---|
string |
Type | Description |
---|---|
string |
Type | Description |
---|---|
int |