Package version:

Interface HttpReadSettings

Sftp read settings.

Hierarchy

Properties

additionalHeaders?: any

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

enablePartitionDiscovery?: boolean

Indicates whether to enable partition discovery.

maxConcurrentConnections?: any

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

partitionRootPath?: any

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

requestBody?: any

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

requestMethod?: any

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

requestTimeout?: any

Specifies the timeout for a HTTP client to get HTTP response from HTTP server.

type: "HttpReadSettings"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc