OnPremisesMongoDbLinkedService Class

Definition

An on-premises MongoDB database.

[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("OnPremisesMongoDb")]
public class OnPremisesMongoDbLinkedService : Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties
Inheritance
OnPremisesMongoDbLinkedService
Attributes

Constructors

OnPremisesMongoDbLinkedService()

Initializes a new instance of the OnPremisesMongoDbLinkedService class.

OnPremisesMongoDbLinkedService(String, String, String, String)

Initializes a new instance of the OnPremisesMongoDbLinkedService class with required arguments.

Properties

AuthenticationType

Required. The authentication type to be used to connect to the MongoDB database. Must be Basic or Anonymous.

AuthSource

Optional. The name of the MongoDB database that you want to use to check your credentials. The default is admin.

DatabaseName

Required. The name of the MongoDB database that you want to access.

EncryptedCredential

Optional. The encrypted credential for Basic authentication.

GatewayName

Required. The on-premises gateway name.

Password

Optional. The password for Basic authentication.

Port

Optional. The TCP port number that the MongoDB server uses to listen for client connections. The default value is 27017.

Server

Required. The IP address or name of the MongoDB server.

Username

Optional. The username for Basic authentication.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)