HttpReadSettings interface
Http 讀取設定。
- Extends
屬性
additional |
指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 |
additional |
要求中對 RESTful API 的其他 HTTP 標頭。 Type:string (或 expression with resultType string) 。 |
request |
如果 requestMethod 為 POST,則為 RESTful API 的 HTTP 要求本文。 Type:string (或 expression with resultType string) 。 |
request |
用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 Type:string (或 expression with resultType string) 。 |
request |
指定 HTTP 用戶端從 HTTP 伺服器取得 HTTP 回應的逾時。 Type:string (或 expression with resultType string) 。 |
type | 多型歧視性,指定這個物件可以是的不同類型 |
繼承的屬性
disable |
如果為 true,請停用數據存放區計量集合。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
max |
源數據存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。 |
屬性詳細資料
additionalColumns
指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。
additionalColumns?: any
屬性值
any
additionalHeaders
要求中對 RESTful API 的其他 HTTP 標頭。 Type:string (或 expression with resultType string) 。
additionalHeaders?: any
屬性值
any
requestBody
如果 requestMethod 為 POST,則為 RESTful API 的 HTTP 要求本文。 Type:string (或 expression with resultType string) 。
requestBody?: any
屬性值
any
requestMethod
用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 Type:string (或 expression with resultType string) 。
requestMethod?: any
屬性值
any
requestTimeout
指定 HTTP 用戶端從 HTTP 伺服器取得 HTTP 回應的逾時。 Type:string (或 expression with resultType string) 。
requestTimeout?: any
屬性值
any
type
多型歧視性,指定這個物件可以是的不同類型
type: "HttpReadSettings"
屬性值
"HttpReadSettings"
繼承的屬性詳細資料
disableMetricsCollection
如果為 true,請停用數據存放區計量集合。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。
disableMetricsCollection?: any
屬性值
any
maxConcurrentConnections
源數據存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。
maxConcurrentConnections?: any
屬性值
any