PostgreSqlV2LinkedServiceResponse

data class PostgreSqlV2LinkedServiceResponse(val annotations: List<Any>? = null, val authenticationType: Any, val commandTimeout: Any? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val connectionTimeout: Any? = null, val database: Any, val description: String? = null, val encoding: Any? = null, val encryptedCredential: String? = null, val logParameters: Any? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: AzureKeyVaultSecretReferenceResponse? = null, val pooling: Any? = null, val port: Any? = null, val readBufferSize: Any? = null, val schema: Any? = null, val server: Any, val sslCertificate: Any? = null, val sslKey: Any? = null, val sslMode: Any, val sslPassword: Any? = null, val timezone: Any? = null, val trustServerCertificate: Any? = null, val type: String, val username: Any, val version: String? = null)

Linked service for PostgreSQLV2 data source.

Constructors

Link copied to clipboard
constructor(annotations: List<Any>? = null, authenticationType: Any, commandTimeout: Any? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionTimeout: Any? = null, database: Any, description: String? = null, encoding: Any? = null, encryptedCredential: String? = null, logParameters: Any? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, password: AzureKeyVaultSecretReferenceResponse? = null, pooling: Any? = null, port: Any? = null, readBufferSize: Any? = null, schema: Any? = null, server: Any, sslCertificate: Any? = null, sslKey: Any? = null, sslMode: Any, sslPassword: Any? = null, timezone: Any? = null, trustServerCertificate: Any? = null, type: String, username: Any, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val annotations: List<Any>? = null

List of tags that can be used for describing the linked service.

Link copied to clipboard

The authentication type to use. Type: string.

Link copied to clipboard
val commandTimeout: Any? = null

The time to wait (in seconds) while trying to execute a command before terminating the attempt and generating an error. Set to zero for infinity. Type: integer.

Link copied to clipboard
val connectionTimeout: Any? = null

The time to wait (in seconds) while trying to establish a connection before terminating the attempt and generating an error. Type: integer.

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard

Database name for connection. Type: string.

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard
val encoding: Any? = null

Gets or sets the .NET encoding that will be used to encode/decode PostgreSQL string data. Type: string

Link copied to clipboard

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

Link copied to clipboard
val logParameters: Any? = null

When enabled, parameter values are logged when commands are executed. Type: boolean.

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

The Azure key vault secret reference of password in connection string. Type: string.

Link copied to clipboard
val pooling: Any? = null

Whether connection pooling should be used. Type: boolean.

Link copied to clipboard
val port: Any? = null

The port for the connection. Type: integer.

Link copied to clipboard
val readBufferSize: Any? = null

Determines the size of the internal buffer uses when reading. Increasing may improve performance if transferring large values from the database. Type: integer.

Link copied to clipboard
val schema: Any? = null

Sets the schema search path. Type: string.

Link copied to clipboard
val server: Any

Server name for connection. Type: string.

Link copied to clipboard
val sslCertificate: Any? = null

Location of a client certificate to be sent to the server. Type: string.

Link copied to clipboard
val sslKey: Any? = null

Location of a client key for a client certificate to be sent to the server. Type: string.

Link copied to clipboard

SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. Type: integer.

Link copied to clipboard
val sslPassword: Any? = null

Password for a key for a client certificate. Type: string.

Link copied to clipboard
val timezone: Any? = null

Gets or sets the session timezone. Type: string.

Link copied to clipboard

Whether to trust the server certificate without validating it. Type: boolean.

Link copied to clipboard

Type of linked service. Expected value is 'PostgreSqlV2'.

Link copied to clipboard

Username for authentication. Type: string.

Link copied to clipboard
val version: String? = null

Version of the linked service.