Package version:

Interface MongoDbAtlasLinkedService

Linked service for MongoDB Atlas data source.

Hierarchy

Properties

annotations?: any[]

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

The integration runtime reference.

connectionString: any

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

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.

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

Parameters for linked service.

Type declaration

type: "MongoDbAtlas"

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

Generated using TypeDoc