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

HttpReadSettings 类

定义

Sftp 读取设置。

public class HttpReadSettings : Microsoft.Azure.Management.DataFactory.Models.StoreReadSettings
type HttpReadSettings = class
    inherit StoreReadSettings
Public Class HttpReadSettings
Inherits StoreReadSettings
继承
HttpReadSettings

构造函数

HttpReadSettings()

初始化 HttpReadSettings 类的新实例。

HttpReadSettings(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Nullable<Boolean>, Object)

初始化 HttpReadSettings 类的新实例。

属性

AdditionalHeaders

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

AdditionalProperties

获取或设置此集合反序列化的消息中的不匹配属性

(继承自 StoreReadSettings)
DisableMetricsCollection

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

(继承自 StoreReadSettings)
EnablePartitionDiscovery

获取或设置指示是否启用分区发现。

MaxConcurrentConnections

获取或设置源数据存储的最大并发连接计数。 类型:integer (或 expression with resultType integer) 。

(继承自 StoreReadSettings)
PartitionRootPath

获取或设置指定从其中开始发现分区的根路径。 类型:字符串 (或带有 resultType 字符串) 的表达式。

RequestBody

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

RequestMethod

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

RequestTimeout

获取或设置指定 HTTP 客户端从 HTTP 服务器获取 HTTP 响应的超时时间。

适用于