TeradataLinkedService interface
Linked service for Teradata data source.
- Extends
Properties
| authentication |
AuthenticationType to be used for connection. |
| character |
The character set to use for the connection. Type: string (or Expression with resultType string). Only applied for version 2.0. |
| connection |
Teradata ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. |
| encrypted |
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). |
| https |
The port numbers when connecting to server through HTTPS/TLS connections. Type: integer (or Expression with resultType integer). Only applied for version 2.0. |
| max |
The maximum size of the response buffer for SQL requests, in bytes. Type: integer. Only applied for version 2.0. |
| password | Password for authentication. |
| port |
The port numbers when connecting to server through non HTTPS/TLS connections. Type: integer (or Expression with resultType integer). Only used for V2. Only applied for version 2.0. |
| server | Server name for connection. Type: string (or Expression with resultType string). |
| ssl |
SSL mode for connection. Valid values including: “Disable”, “Allow”, “Prefer”, “Require”, “Verify-CA”, “Verify-Full”. Default value is “Verify-Full”. Type: string (or Expression with resultType string). Only applied for version 2.0. |
| type | Polymorphic discriminator, which specifies the different types this object can be |
| use |
Specifies whether to encrypt all communication with the Teradata database. Allowed values are 0 or 1. This setting will be ignored for HTTPS/TLS connections. Type: integer (or Expression with resultType integer). Only applied for version 2.0. |
| username | Username for authentication. Type: string (or Expression with resultType string). |
Inherited Properties
| annotations | List of tags that can be used for describing the linked service. |
| connect |
The integration runtime reference. |
| description | Linked service description. |
| parameters | Parameters for linked service. |
| version | Version of the linked service. |
Property Details
authenticationType
AuthenticationType to be used for connection.
authenticationType?: string
Property Value
string
characterSet
The character set to use for the connection. Type: string (or Expression with resultType string). Only applied for version 2.0.
characterSet?: any
Property Value
any
connectionString
Teradata ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
connectionString?: any
Property Value
any
encryptedCredential
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
encryptedCredential?: any
Property Value
any
httpsPortNumber
The port numbers when connecting to server through HTTPS/TLS connections. Type: integer (or Expression with resultType integer). Only applied for version 2.0.
httpsPortNumber?: any
Property Value
any
maxRespSize
The maximum size of the response buffer for SQL requests, in bytes. Type: integer. Only applied for version 2.0.
maxRespSize?: any
Property Value
any
password
portNumber
The port numbers when connecting to server through non HTTPS/TLS connections. Type: integer (or Expression with resultType integer). Only used for V2. Only applied for version 2.0.
portNumber?: any
Property Value
any
server
Server name for connection. Type: string (or Expression with resultType string).
server?: any
Property Value
any
sslMode
SSL mode for connection. Valid values including: “Disable”, “Allow”, “Prefer”, “Require”, “Verify-CA”, “Verify-Full”. Default value is “Verify-Full”. Type: string (or Expression with resultType string). Only applied for version 2.0.
sslMode?: any
Property Value
any
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Teradata"
Property Value
"Teradata"
useDataEncryption
Specifies whether to encrypt all communication with the Teradata database. Allowed values are 0 or 1. This setting will be ignored for HTTPS/TLS connections. Type: integer (or Expression with resultType integer). Only applied for version 2.0.
useDataEncryption?: any
Property Value
any
username
Username for authentication. Type: string (or Expression with resultType string).
username?: any
Property Value
any
Inherited Property Details
annotations
List of tags that can be used for describing the linked service.
annotations?: any[]
Property Value
any[]
Inherited From LinkedService.annotations
connectVia
The integration runtime reference.
connectVia?: IntegrationRuntimeReference
Property Value
Inherited From LinkedService.connectVia
description
Linked service description.
description?: string
Property Value
string
Inherited From LinkedService.description
parameters
Parameters for linked service.
parameters?: {[propertyName: string]: ParameterSpecification}
Property Value
{[propertyName: string]: ParameterSpecification}
Inherited From LinkedService.parameters
version
Version of the linked service.
version?: string
Property Value
string
Inherited From LinkedService.version