HttpReadSettingsResponse

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

Http read settings.

Constructors

Link copied to clipboard
constructor(additionalColumns: Any? = null, additionalHeaders: Any? = null, disableMetricsCollection: Any? = null, maxConcurrentConnections: 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 additionalColumns: Any? = null

Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).

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

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

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. Type: string (or Expression with resultType string).

Link copied to clipboard

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