HttpReadSettingsResponse

data class HttpReadSettingsResponse(val additionalHeaders: Any? = null, val disableMetricsCollection: Any? = null, val enablePartitionDiscovery: Boolean? = null, val maxConcurrentConnections: Any? = null, val partitionRootPath: Any? = null, val requestBody: Any? = null, val requestMethod: Any? = null, val requestTimeout: Any? = null, val type: String)

Sftp read settings.

Constructors

Link copied to clipboard
fun HttpReadSettingsResponse(additionalHeaders: Any? = null, disableMetricsCollection: Any? = null, enablePartitionDiscovery: Boolean? = null, maxConcurrentConnections: Any? = null, partitionRootPath: Any? = null, requestBody: Any? = null, requestMethod: Any? = null, requestTimeout: Any? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val additionalHeaders: Any? = null

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

Link copied to clipboard

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

Link copied to clipboard

Indicates whether to enable partition discovery.

Link copied to clipboard

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

Link copied to clipboard
val partitionRootPath: Any? = null

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

Link copied to clipboard
val requestBody: Any? = null

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

Link copied to clipboard
val requestMethod: Any? = null

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

Link copied to clipboard
val requestTimeout: Any? = null

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

Link copied to clipboard

The read setting type. Expected value is 'HttpReadSettings'.