Presto Linked Service Args
Presto server linked service. This linked service has supported version property. The Version 1.0 is scheduled for deprecation while your pipeline will continue to run after EOL but without any bug fix or new features.
Constructors
Properties
Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when connecting over SSL. The default value is false. Only used for Version 1.0.
Specifies whether to allow self-signed certificates from the server. The default value is false. Only used for Version 1.0.
List of tags that can be used for describing the linked service.
The authentication mechanism used to connect to the Presto server.
The integration runtime reference.
Linked service description.
Specifies whether the connections to the server will validate server certificate, the default value is True. Only used for Version 2.0
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
Parameters for linked service.
The password corresponding to the user name.
The version of the Presto server. (i.e. 0.148-t) Only used for Version 1.0.
The local time zone used by the connection. Valid values for this option are specified in the IANA Time Zone Database. The default value for Version 1.0 is the client system time zone. The default value for Version 2.0 is server system timeZone
The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR. Only used for Version 1.0.
Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false. Only used for Version 1.0.