Package version:

Interface CosmosDbMongoDbApiLinkedService

Linked service for CosmosDB (MongoDB API) 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 CosmosDB (MongoDB API) connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference.

database: any

The name of the CosmosDB (MongoDB API) 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: "CosmosDbMongoDbApi"

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

Generated using TypeDoc