Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SparkLinkedService

Package version

Spark Server linked service.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional allowHostNameCNMismatch

allowHostNameCNMismatch: any

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.

Optional allowSelfSignedServerCert

allowSelfSignedServerCert: any

Specifies whether to allow self-signed certificates from the server. The default value is false.

Optional annotations

annotations: any[]

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

authenticationType

authenticationType: SparkAuthenticationType

The authentication method used to access the Spark server.

Optional connectVia

The integration runtime reference.

Optional description

description: undefined | string

Linked service description.

Optional enableSsl

enableSsl: any

Specifies whether the connections to the server are encrypted using SSL. The default value is false.

Optional encryptedCredential

encryptedCredential: any

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

host

host: any

IP address or host name of the Spark server

Optional httpPath

httpPath: any

The partial URL corresponding to the Spark server.

Optional parameters

parameters: undefined | {}

Parameters for linked service.

Optional password

password: SecretBaseUnion

The password corresponding to the user name that you provided in the Username field

port

port: any

The TCP port that the Spark server uses to listen for client connections.

Optional serverType

serverType: SparkServerType

The type of Spark server.

Optional thriftTransportProtocol

thriftTransportProtocol: SparkThriftTransportProtocol

The transport protocol to use in the Thrift layer.

Optional trustedCertPath

trustedCertPath: any

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

type: "Spark"

Polymorphic discriminator, which specifies the different types this object can be

Optional useSystemTrustStore

useSystemTrustStore: any

Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.

Optional username

username: any

The user name that you use to access Spark Server.

Generated using TypeDoc