Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MongoDbLinkedService

Package version

Linked service for MongoDb data source.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional allowSelfSignedServerCert

allowSelfSignedServerCert: any

Specifies whether to allow self-signed certificates from the server. The default value is false. Type: boolean (or Expression with resultType boolean).

Optional annotations

annotations: any[]

List of tags that can be used for describing the linked service.

Optional authSource

authSource: any

Database to verify the username and password. Type: string (or Expression with resultType string).

Optional authenticationType

authenticationType: MongoDbAuthenticationType

The authentication type to be used to connect to the MongoDB database.

Optional connectVia

The integration runtime reference.

databaseName

databaseName: any

The name of the MongoDB database that you want to access. Type: string (or Expression with resultType string).

Optional description

description: undefined | string

Linked service description.

Optional enableSsl

enableSsl: any

Specifies whether the connections to the server are encrypted using SSL. The default value is false. Type: boolean (or Expression with resultType boolean).

Optional encryptedCredential

encryptedCredential: any

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

Optional parameters

parameters: undefined | {}

Parameters for linked service.

Optional password

password: SecretBaseUnion

Password for authentication.

Optional port

port: any

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

server: any

The IP address or server name of the MongoDB server. Type: string (or Expression with resultType string).

type

type: "MongoDb"

Polymorphic discriminator, which specifies the different types this object can be

Optional username

username: any

Username for authentication. Type: string (or Expression with resultType string).

Generated using TypeDoc