PrestoLinkedService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Presto server linked service.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.PrestoLinkedService+PrestoLinkedServiceConverter))]
public class PrestoLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.PrestoLinkedService+PrestoLinkedServiceConverter))>]
type PrestoLinkedService = class
inherit LinkedService
Public Class PrestoLinkedService
Inherits LinkedService
- Inheritance
- Attributes
Constructors
PrestoLinkedService(Object, Object, Object, PrestoAuthenticationType) |
Initializes a new instance of PrestoLinkedService. |
Properties
AdditionalProperties |
Additional Properties. (Inherited from LinkedService) |
AllowHostNameCNMismatch |
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. |
AllowSelfSignedServerCert |
Specifies whether to allow self-signed certificates from the server. The default value is false. |
Annotations |
List of tags that can be used for describing the linked service. (Inherited from LinkedService) |
AuthenticationType |
The authentication mechanism used to connect to the Presto server. |
Catalog |
The catalog context for all request against the server. |
ConnectVia |
The integration runtime reference. (Inherited from LinkedService) |
Description |
Linked service description. (Inherited from LinkedService) |
EnableSsl |
Specifies whether the connections to the server are encrypted using SSL. The default value is false. |
EncryptedCredential |
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). |
Host |
The IP address or host name of the Presto server. (i.e. 192.168.222.160). |
Parameters |
Parameters for linked service. (Inherited from LinkedService) |
Password |
The password corresponding to the user name. Please note SecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultSecretReference and SecureString. |
Port |
The TCP port that the Presto server uses to listen for client connections. The default value is 8080. |
ServerVersion |
The version of the Presto server. (i.e. 0.148-t). |
TimeZoneID |
The local time zone used by the connection. Valid values for this option are specified in the IANA Time Zone Database. The default value is the system time zone. |
TrustedCertPath |
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. |
Username |
The user name used to connect to the Presto server. |
UseSystemTrustStore |
Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false. |
Applies to
Azure SDK for .NET