ExcelDataset interface
Excel 数据集。
- 扩展
属性
| compression | 用于 json 数据集的数据压缩方法。 |
| first |
用作输入时,将第一行数据视为标头。 用作输出时,将标头写入输出中作为第一行数据。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
| location | Excel 存储的位置。 |
| null |
null 值字符串。 类型:字符串(或带有 resultType 字符串的表达式)。 |
| range | 一张工作表的部分数据。 类型:字符串(或带有 resultType 字符串的表达式)。 |
| sheet |
Excel 文件的工作表索引和默认值为 0。 类型:整数(或包含 resultType 整数的表达式) |
| sheet |
Excel 文件的工作表名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
| type | 多态鉴别器,它指定此对象可以的不同类型的 |
继承属性
| annotations | 可用于描述数据集的标记列表。 |
| description | 数据集说明。 |
| folder | 此数据集所在的文件夹。 如果未指定,数据集将显示在根级别。 |
| linked |
链接服务引用。 |
| parameters | 数据集的参数。 |
| schema | 定义数据集的物理类型架构的列。 类型:数组(或带有 resultType 数组的表达式),itemType:DatasetSchemaDataElement。 |
| structure | 定义数据集结构的列。 类型:array(或包含 resultType 数组的表达式),itemType:DatasetDataElement。 |
属性详细信息
compression
firstRowAsHeader
用作输入时,将第一行数据视为标头。 用作输出时,将标头写入输出中作为第一行数据。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。
firstRowAsHeader?: any
属性值
any
location
nullValue
null 值字符串。 类型:字符串(或带有 resultType 字符串的表达式)。
nullValue?: any
属性值
any
range
一张工作表的部分数据。 类型:字符串(或带有 resultType 字符串的表达式)。
range?: any
属性值
any
sheetIndex
Excel 文件的工作表索引和默认值为 0。 类型:整数(或包含 resultType 整数的表达式)
sheetIndex?: any
属性值
any
sheetName
Excel 文件的工作表名称。 类型:字符串(或带有 resultType 字符串的表达式)。
sheetName?: any
属性值
any
type
多态鉴别器,它指定此对象可以的不同类型的
type: "Excel"
属性值
"Excel"
继承属性详细信息
annotations
description
folder
linkedServiceName
链接服务引用。
linkedServiceName: LinkedServiceReference
属性值
parameters
数据集的参数。
parameters?: {[propertyName: string]: ParameterSpecification}
属性值
{[propertyName: string]: ParameterSpecification}
schema
定义数据集的物理类型架构的列。 类型:数组(或带有 resultType 数组的表达式),itemType:DatasetSchemaDataElement。
schema?: any
属性值
any
structure
定义数据集结构的列。 类型:array(或包含 resultType 数组的表达式),itemType:DatasetDataElement。
structure?: any
属性值
any