DatasetStorageFormat interface
記憶體的格式定義。
屬性
deserializer | 還原串行化程式。 Type:string (或 expression with resultType string) 。 |
serializer | 串行化程式。 Type:string (或 expression with resultType string) 。 |
type | 多型歧視性,指定這個物件可以是的不同類型 |
屬性詳細資料
deserializer
還原串行化程式。 Type:string (或 expression with resultType string) 。
deserializer?: any
屬性值
any
serializer
串行化程式。 Type:string (或 expression with resultType string) 。
serializer?: any
屬性值
any
type
多型歧視性,指定這個物件可以是的不同類型
type: "AvroFormat" | "TextFormat" | "JsonFormat" | "OrcFormat" | "ParquetFormat"
屬性值
"AvroFormat" | "TextFormat" | "JsonFormat" | "OrcFormat" | "ParquetFormat"