Package version:

Interface MongoDbAtlasLinkedService

Linked service for MongoDB Atlas data source.

interface MongoDbAtlasLinkedService {
    annotations?: any[];
    connectionString: any;
    connectVia?: IntegrationRuntimeReference;
    database: any;
    description?: string;
    driverVersion?: any;
    parameters?: {
        [propertyName: string]: ParameterSpecification;
    };
    type: "MongoDbAtlas";
    version?: string;
}

Hierarchy (view full)

Properties

annotations?: any[]

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

connectionString: any

The MongoDB Atlas connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference.

The integration runtime reference.

database: any

The name of the MongoDB Atlas database that you want to access. Type: string (or Expression with resultType string).

description?: string

Linked service description.

driverVersion?: any

The driver version that you want to choose. Allowed value are v1 and v2. Type: string (or Expression with resultType string).

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

Parameters for linked service.

type

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

version?: string

Version of the linked service.