Package version:

Interface VerticaLinkedService

Vertica linked service.

interface VerticaLinkedService {
    annotations?: any[];
    connectionString?: any;
    connectVia?: IntegrationRuntimeReference;
    database?: any;
    description?: string;
    encryptedCredential?: string;
    parameters?: {
        [propertyName: string]: ParameterSpecification;
    };
    port?: any;
    pwd?: AzureKeyVaultSecretReference;
    server?: any;
    type: "Vertica";
    uid?: any;
    version?: string;
}

Hierarchy (view full)

Properties

annotations?: any[]

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

connectionString?: any

An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.

The integration runtime reference.

database?: any

Database name for connection. Type: string.

description?: string

Linked service description.

encryptedCredential?: string

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

parameters?: {
    [propertyName: string]: ParameterSpecification;
}

Parameters for linked service.

port?: any

The port for the connection. Type: integer.

The Azure key vault secret reference of password in connection string.

server?: any

Server name for connection. Type: string.

type

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

uid?: any

Username for authentication. Type: string.

version?: string

Version of the linked service.