Bagikan melalui


HttpReadSettings Class

Definition

Sftp read settings.

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

Constructors

HttpReadSettings()

Initializes a new instance of the HttpReadSettings class.

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

Initializes a new instance of the HttpReadSettings class.

Properties

AdditionalHeaders

Gets or sets the additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from StoreReadSettings)
DisableMetricsCollection

Gets or sets if true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).

(Inherited from StoreReadSettings)
EnablePartitionDiscovery

Gets or sets indicates whether to enable partition discovery.

MaxConcurrentConnections

Gets or sets the maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).

(Inherited from StoreReadSettings)
PartitionRootPath

Gets or sets specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).

RequestBody

Gets or sets the HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).

RequestMethod

Gets or sets the HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).

RequestTimeout

Gets or sets specifies the timeout for a HTTP client to get HTTP response from HTTP server.

Applies to