MongoDbV2LinkedService 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 data source.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.MongoDbV2LinkedService+MongoDbV2LinkedServiceConverter))]
public class MongoDbV2LinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.MongoDbV2LinkedService+MongoDbV2LinkedServiceConverter))>]
type MongoDbV2LinkedService = class
inherit LinkedService
Public Class MongoDbV2LinkedService
Inherits LinkedService
- Inheritance
- Attributes
Constructors
MongoDbV2LinkedService(Object, Object) |
Initializes a new instance of MongoDbV2LinkedService. |
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 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 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