Package version:

Interface MongoDbV2LinkedService

Linked service for MongoDB data source.

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

Hierarchy (view full)

Properties

annotations?: any[]

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

connectionString: any

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

The integration runtime reference.

database: any

The name of the MongoDB 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

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

version?: string

Version of the linked service.