共用方式為


ParquetFormat interface

以 Parquet 格式儲存的數據。

Extends

屬性

type

多型歧視性,指定這個物件可以是的不同類型

繼承的屬性

deserializer

還原串行化程式。 Type:string (或 expression with resultType string) 。

serializer

串行化程式。 Type:string (或 expression with resultType string) 。

屬性詳細資料

type

多型歧視性,指定這個物件可以是的不同類型

type: "ParquetFormat"

屬性值

"ParquetFormat"

繼承的屬性詳細資料

deserializer

還原串行化程式。 Type:string (或 expression with resultType string) 。

deserializer?: any

屬性值

any

繼承自DatasetStorageFormat.deserializer

serializer

串行化程式。 Type:string (或 expression with resultType string) 。

serializer?: any

屬性值

any

繼承自DatasetStorageFormat.serializer