MongoDbLinkedService 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.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("MongoDb")]
public class MongoDbLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("MongoDb")>]
type MongoDbLinkedService = class
inherit LinkedService
Public Class MongoDbLinkedService
Inherits LinkedService
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
MongoDbLinkedService() |
Initializes a new instance of the MongoDbLinkedService class. |
MongoDbLinkedService(Object, Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, String, Object, SecretBase, Object, Object, Object, Object, Object) |
Initializes a new instance of the MongoDbLinkedService class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from LinkedService) |
AllowSelfSignedServerCert |
Gets or sets specifies whether to allow self-signed certificates from the server. The default value is false. Type: boolean (or Expression with resultType boolean). |
Annotations |
Gets or sets list of tags that can be used for describing the linked service. (Inherited from LinkedService) |
AuthenticationType |
Gets or sets the authentication type to be used to connect to the MongoDB database. Possible values include: 'Basic', 'Anonymous' |
AuthSource |
Gets or sets database to verify the username and password. Type: string (or Expression with resultType string). |
ConnectVia |
Gets or sets the integration runtime reference. (Inherited from LinkedService) |
DatabaseName |
Gets or sets the name of the MongoDB database that you want to access. Type: string (or Expression with resultType string). |
Description |
Gets or sets linked service description. (Inherited from LinkedService) |
EnableSsl |
Gets or sets specifies whether the connections to the server are encrypted using SSL. The default value is false. Type: boolean (or Expression with resultType boolean). |
EncryptedCredential |
Gets or sets the encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). |
Parameters |
Gets or sets parameters for linked service. (Inherited from LinkedService) |
Password |
Gets or sets password for authentication. |
Port |
Gets or sets the TCP port number that the MongoDB server uses to listen for client connections. The default value is 27017. Type: integer (or Expression with resultType integer), minimum: 0. |
Server |
Gets or sets the IP address or server name of the MongoDB server. Type: string (or Expression with resultType string). |
Username |
Gets or sets username for authentication. Type: string (or Expression with resultType string). |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET