你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HttpReadSettings interface

Http 读取设置。

扩展

属性

additionalColumns

指定要添加到源数据的其他列。 类型:对象数组(AdditionalColumns) (或包含 resultType 数组对象的表达式)。

additionalHeaders

请求中对 RESTful API 的其他 HTTP 标头。 类型:字符串(或带有 resultType 字符串的表达式)。

requestBody

如果 requestMethod 为 POST,则为 RESTful API 的 HTTP 请求正文。 类型:字符串(或带有 resultType 字符串的表达式)。

requestMethod

用于调用 RESTful API 的 HTTP 方法。 默认值为 GET。 类型:字符串(或带有 resultType 字符串的表达式)。

requestTimeout

指定 HTTP 客户端从 HTTP 服务器获取 HTTP 响应的超时。 类型:字符串(或带有 resultType 字符串的表达式)。

type

多态鉴别器,它指定此对象可以的不同类型的

继承属性

disableMetricsCollection

如果为 true,则禁用数据存储指标集合。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。

maxConcurrentConnections

源数据存储的最大并发连接计数。 类型:整数(或包含 resultType 整数的表达式)。

属性详细信息

additionalColumns

指定要添加到源数据的其他列。 类型:对象数组(AdditionalColumns) (或包含 resultType 数组对象的表达式)。

additionalColumns?: any

属性值

any

additionalHeaders

请求中对 RESTful API 的其他 HTTP 标头。 类型:字符串(或带有 resultType 字符串的表达式)。

additionalHeaders?: any

属性值

any

requestBody

如果 requestMethod 为 POST,则为 RESTful API 的 HTTP 请求正文。 类型:字符串(或带有 resultType 字符串的表达式)。

requestBody?: any

属性值

any

requestMethod

用于调用 RESTful API 的 HTTP 方法。 默认值为 GET。 类型:字符串(或带有 resultType 字符串的表达式)。

requestMethod?: any

属性值

any

requestTimeout

指定 HTTP 客户端从 HTTP 服务器获取 HTTP 响应的超时。 类型:字符串(或带有 resultType 字符串的表达式)。

requestTimeout?: any

属性值

any

type

多态鉴别器,它指定此对象可以的不同类型的

type: "HttpReadSettings"

属性值

"HttpReadSettings"

继承属性详细信息

disableMetricsCollection

如果为 true,则禁用数据存储指标集合。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。

disableMetricsCollection?: any

属性值

any

继承自StoreReadSettings.disableMetricsCollection

maxConcurrentConnections

源数据存储的最大并发连接计数。 类型:整数(或包含 resultType 整数的表达式)。

maxConcurrentConnections?: any

属性值

any

继承自StoreReadSettings.maxConcurrentConnections