Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpReadSettings

Package version

Sftp read settings.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional additionalHeaders

additionalHeaders: any

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

Optional enablePartitionDiscovery

enablePartitionDiscovery: undefined | false | true

Indicates whether to enable partition discovery.

Optional maxConcurrentConnections

maxConcurrentConnections: any

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

Optional partitionRootPath

partitionRootPath: any

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

Optional requestBody

requestBody: any

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

Optional requestMethod

requestMethod: any

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

Optional requestTimeout

requestTimeout: any

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

type

type: "HttpReadSettings"

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

Generated using TypeDoc