MongoDbAtlasLinkedService 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 MongoDB Atlas data source.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.MongoDbAtlasLinkedService+MongoDbAtlasLinkedServiceConverter))]
public class MongoDbAtlasLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.MongoDbAtlasLinkedService+MongoDbAtlasLinkedServiceConverter))>]
type MongoDbAtlasLinkedService = class
inherit LinkedService
Public Class MongoDbAtlasLinkedService
Inherits LinkedService
- Inheritance
- Attributes
Constructors
MongoDbAtlasLinkedService(Object, Object) |
Initializes a new instance of MongoDbAtlasLinkedService. |
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 MongoDB Atlas 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 MongoDB Atlas database that you want to access. Type: string (or Expression with resultType string). |
Description |
Linked service description. (Inherited from LinkedService) |
DriverVersion |
The driver version that you want to choose. Allowed value are v1 and v2. Type: string (or Expression with resultType string). |
Parameters |
Parameters for linked service. (Inherited from LinkedService) |
Applies to
Azure SDK for .NET