ParquetWriteSettings interface
Parquet 寫入設定。
- Extends
屬性
file |
指定檔名模式 _。 從沒有 partitionOptions 的非檔案型存放區複製時。 Type:string (或 expression with resultType string) 。 |
max |
限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。 |
type | 多型歧視性,指定這個物件可以是的不同類型 |
屬性詳細資料
fileNamePrefix
指定檔名模式 _。 從沒有 partitionOptions 的非檔案型存放區複製時。 Type:string (或 expression with resultType string) 。
fileNamePrefix?: any
屬性值
any
maxRowsPerFile
限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。
maxRowsPerFile?: any
屬性值
any
type
多型歧視性,指定這個物件可以是的不同類型
type: "ParquetWriteSettings"
屬性值
"ParquetWriteSettings"