Class MongoDbAtlasLinkedService
Linked service for MongoDB Atlas data source.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.MongoDbAtlasLinkedService/MongoDbAtlasLinkedServiceConverter))]
public class MongoDbAtlasLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
Constructors
MongoDbAtlasLinkedService(Object, Object)
Initializes a new instance of MongoDbAtlasLinkedService.
Declaration
public MongoDbAtlasLinkedService (object connectionString, object database);
Parameters
|
System.Object
connectionString
The MongoDB Atlas connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference. |
|
System.Object
database
The name of the MongoDB Atlas database that you want to access. Type: string (or Expression with resultType string). |
Exceptions
|
System.ArgumentNullException
|
Properties
ConnectionString
The MongoDB Atlas connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference.
Declaration
public object ConnectionString { get; set; }
Property Value
|
System.Object
|
Database
The name of the MongoDB Atlas database that you want to access. Type: string (or Expression with resultType string).
Declaration
public object Database { get; set; }
Property Value
|
System.Object
|
DriverVersion
The driver version that you want to choose. Allowed value are v1 and v2. Type: string (or Expression with resultType string).
Declaration
public object DriverVersion { get; set; }
Property Value
|
System.Object
|