CosmosDbMongoDbApiLinkedService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Linked service for CosmosDB (MongoDB API) data source.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.CosmosDbMongoDbApiLinkedService+CosmosDbMongoDbApiLinkedServiceConverter))]
public class CosmosDbMongoDbApiLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.CosmosDbMongoDbApiLinkedService+CosmosDbMongoDbApiLinkedServiceConverter))>]
type CosmosDbMongoDbApiLinkedService = class
inherit LinkedService
Public Class CosmosDbMongoDbApiLinkedService
Inherits LinkedService
- Inheritance
- Attributes
Constructors
CosmosDbMongoDbApiLinkedService(Object, Object) |
Initializes a new instance of CosmosDbMongoDbApiLinkedService. |
Properties
AdditionalProperties |
Additional Properties. (Inherited from LinkedService) |
Annotations |
List of tags that can be used for describing the linked service. (Inherited from LinkedService) |
ConnectionString |
The CosmosDB (MongoDB API) connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference. |
ConnectVia |
The integration runtime reference. (Inherited from LinkedService) |
Database |
The name of the CosmosDB (MongoDB API) database that you want to access. Type: string (or Expression with resultType string). |
Description |
Linked service description. (Inherited from LinkedService) |
Parameters |
Parameters for linked service. (Inherited from LinkedService) |
Applies to
Azure SDK for .NET