HttpDataset interface
HTTP 網頁伺服器中的檔案。
- Extends
屬性
additional |
HTTP 要求的標頭。 例如 request-header-name-1:request-header-value-1 ...request-header-name-n:request-header-value-n 類型:string(或 expression with resultType string)。 |
compression | 檔案上使用的數據壓縮方法。 |
format | 檔案格式。 |
relative |
根據 HttpLinkedService 中 URL 的相對 URL 會參考 HTTP 檔類型:字串(或具有 resultType 字串串的表達式)。 |
request |
HTTP 要求的本文。 Type:string (或 expression with resultType string) 。 |
request |
HTTP 要求的 HTTP 方法。 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。 |
屬性詳細資料
additionalHeaders
HTTP 要求的標頭。 例如 request-header-name-1:request-header-value-1 ...request-header-name-n:request-header-value-n 類型:string(或 expression with resultType string)。
additionalHeaders?: any
屬性值
any
compression
format
relativeUrl
根據 HttpLinkedService 中 URL 的相對 URL 會參考 HTTP 檔類型:字串(或具有 resultType 字串串的表達式)。
relativeUrl?: any
屬性值
any
requestBody
HTTP 要求的本文。 Type:string (或 expression with resultType string) 。
requestBody?: any
屬性值
any
requestMethod
HTTP 要求的 HTTP 方法。 Type:string (或 expression with resultType string) 。
requestMethod?: any
屬性值
any
type
多型歧視性,指定這個物件可以是的不同類型
type: "HttpFile"
屬性值
"HttpFile"
繼承的屬性詳細資料
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