你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DatasetStorageFormat interface

存储的格式定义。

属性

additionalProperties

其他属性

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