DatasetStorageFormat interface
存储的格式定义。
属性
| additional |
其他属性 |
| deserializer | 反序列化程序。 类型:字符串(或带有 resultType 字符串的表达式)。 |
| serializer | 序列化程序。 类型:字符串(或带有 resultType 字符串的表达式)。 |
| type | 判别器可能的值:TextFormat、JsonFormat、AvroFormat、OrcFormat、ParquetFormat |
属性详细信息
additionalProperties
其他属性
additionalProperties?: Record<string, any>
属性值
Record<string, any>
deserializer
反序列化程序。 类型:字符串(或带有 resultType 字符串的表达式)。
deserializer?: any
属性值
any
serializer
序列化程序。 类型:字符串(或带有 resultType 字符串的表达式)。
serializer?: any
属性值
any
type
判别器可能的值:TextFormat、JsonFormat、AvroFormat、OrcFormat、ParquetFormat
type: string
属性值
string