HBaseLinkedService interface
HBase server linked service.
- Extends
Properties
allow |
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. |
allow |
Specifies whether to allow self-signed certificates from the server. The default value is false. |
authentication |
The authentication mechanism to use to connect to the HBase server. |
enable |
Specifies whether the connections to the server are encrypted using SSL. The default value is false. |
encrypted |
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. |
host | The IP address or host name of the HBase server. (i.e. 192.168.222.160) |
http |
The partial URL corresponding to the HBase server. (i.e. /gateway/sandbox/hbase/version) |
password | The password corresponding to the user name. |
port | The TCP port that the HBase instance uses to listen for client connections. The default value is 9090. |
trusted |
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. |
type | Polymorphic discriminator, which specifies the different types this object can be |
username | The user name used to connect to the HBase instance. |
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
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.
allowHostNameCNMismatch?: any
Property Value
any
allowSelfSignedServerCert
Specifies whether to allow self-signed certificates from the server. The default value is false.
allowSelfSignedServerCert?: any
Property Value
any
authenticationType
The authentication mechanism to use to connect to the HBase server.
authenticationType: string
Property Value
string
enableSsl
Specifies whether the connections to the server are encrypted using SSL. The default value is false.
enableSsl?: any
Property Value
any
encryptedCredential
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
encryptedCredential?: string
Property Value
string
host
The IP address or host name of the HBase server. (i.e. 192.168.222.160)
host: any
Property Value
any
httpPath
The partial URL corresponding to the HBase server. (i.e. /gateway/sandbox/hbase/version)
httpPath?: any
Property Value
any
password
The password corresponding to the user name.
password?: SecretBaseUnion
Property Value
port
The TCP port that the HBase instance uses to listen for client connections. The default value is 9090.
port?: any
Property Value
any
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.
trustedCertPath?: any
Property Value
any
type
Polymorphic discriminator, which specifies the different types this object can be
type: "HBase"
Property Value
"HBase"
username
The user name used to connect to the HBase instance.
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