共用方式為


HttpDataset interface

HTTP 網頁伺服器中的檔案。

Extends

屬性

additionalHeaders

HTTP 要求的標頭。 例如 request-header-name-1:request-header-value-1 ...request-header-name-n:request-header-value-n 類型:string(或 expression with resultType string)。

compression

檔案上使用的數據壓縮方法。

format

檔案格式。

relativeUrl

根據 HttpLinkedService 中 URL 的相對 URL 會參考 HTTP 檔類型:字串(或具有 resultType 字串串的表達式)。

requestBody

HTTP 要求的本文。 Type:string (或 expression with resultType string) 。

requestMethod

HTTP 要求的 HTTP 方法。 Type:string (或 expression with resultType string) 。

type

多型歧視性,指定這個物件可以是的不同類型

繼承的屬性

annotations

可用於描述數據集的標記清單。

description

數據集描述。

folder

此數據集位於的資料夾。 如果未指定,數據集將會出現在根層級。

linkedServiceName

鏈接的服務參考。

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

檔案上使用的數據壓縮方法。

compression?: DatasetCompression

屬性值

format

檔案格式。

format?: DatasetStorageFormatUnion

屬性值

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

可用於描述數據集的標記清單。

annotations?: any[]

屬性值

any[]

繼承自Dataset.annotations

description

數據集描述。

description?: string

屬性值

string

繼承自Dataset.description

folder

此數據集位於的資料夾。 如果未指定,數據集將會出現在根層級。

folder?: DatasetFolder

屬性值

繼承自Dataset.folder

linkedServiceName

鏈接的服務參考。

linkedServiceName: LinkedServiceReference

屬性值

繼承自Dataset.linkedServiceName

parameters

數據集的參數。

parameters?: {[propertyName: string]: ParameterSpecification}

屬性值

{[propertyName: string]: ParameterSpecification}

繼承自Dataset.parameters

schema

定義數據集實體類型架構的數據行。 Type: array (或 Expression with resultType array), itemType: DatasetSchemaDataElement。

schema?: any

屬性值

any

繼承自Dataset.schema

structure

定義數據集結構的數據行。 Type: array (或 Expression with resultType array), itemType: DatasetDataElement。

structure?: any

屬性值

any

繼承自Dataset.structure