ExcelDataset interface
Excel 數據集。
- Extends
屬性
compression | 用於 json 數據集的數據壓縮方法。 |
first |
當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出中作為第一個數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
location | Excel 記憶體的位置。 |
null |
Null 值字串。 Type:string (或 expression with resultType string) 。 |
range | 一張工作表的部分數據。 Type:string (或 expression with resultType string) 。 |
sheet |
excel 檔案和預設值的工作表索引為 0。 類型:integer(或 expression 含 resultType 整數的運算式) |
sheet |
Excel 檔案的工作表名稱。 Type:string (或 expression with resultType string) 。 |
type | 多型歧視性,指定這個物件可以是的不同類型 |
繼承的屬性
annotations | 可用於描述數據集的標記清單。 |
description | 數據集描述。 |
folder | 此數據集位於的資料夾。 如果未指定,數據集將會出現在根層級。 |
linked |
鏈接的服務參考。 |
parameters | 數據集的參數。 |
schema | 定義數據集實體類型架構的數據行。 Type: array (或 Expression with resultType array), itemType: DatasetSchemaDataElement。 |
structure | 定義數據集結構的數據行。 Type: array (或 Expression with resultType array), itemType: DatasetDataElement。 |
屬性詳細資料
compression
firstRowAsHeader
當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出中作為第一個數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。
firstRowAsHeader?: any
屬性值
any
location
nullValue
Null 值字串。 Type:string (或 expression with resultType string) 。
nullValue?: any
屬性值
any
range
一張工作表的部分數據。 Type:string (或 expression with resultType string) 。
range?: any
屬性值
any
sheetIndex
excel 檔案和預設值的工作表索引為 0。 類型:integer(或 expression 含 resultType 整數的運算式)
sheetIndex?: any
屬性值
any
sheetName
Excel 檔案的工作表名稱。 Type:string (或 expression with resultType string) 。
sheetName?: any
屬性值
any
type
多型歧視性,指定這個物件可以是的不同類型
type: "Excel"
屬性值
"Excel"
繼承的屬性詳細資料
annotations
description
folder
linkedServiceName
鏈接的服務參考。
linkedServiceName: LinkedServiceReference
屬性值
parameters
數據集的參數。
parameters?: {[propertyName: string]: ParameterSpecification}
屬性值
{[propertyName: string]: ParameterSpecification}
schema
定義數據集實體類型架構的數據行。 Type: array (或 Expression with resultType array), itemType: DatasetSchemaDataElement。
schema?: any
屬性值
any
structure
定義數據集結構的數據行。 Type: array (或 Expression with resultType array), itemType: DatasetDataElement。
structure?: any
屬性值
any