MongoDbLinkedService |
MongoDbLinkedService.withAllowSelfSignedServerCert(Object allowSelfSignedServerCert) |
Set the allowSelfSignedServerCert property: Specifies whether to allow self-signed certificates from the server.
|
MongoDbLinkedService |
MongoDbLinkedService.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the linked service.
|
MongoDbLinkedService |
MongoDbLinkedService.withAuthenticationType(MongoDbAuthenticationType authenticationType) |
Set the authenticationType property: The authentication type to be used to connect to the MongoDB database.
|
MongoDbLinkedService |
MongoDbLinkedService.withAuthSource(Object authSource) |
Set the authSource property: Database to verify the username and password.
|
MongoDbLinkedService |
MongoDbLinkedService.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
MongoDbLinkedService |
MongoDbLinkedService.withDatabaseName(Object databaseName) |
Set the databaseName property: The name of the MongoDB database that you want to access.
|
MongoDbLinkedService |
MongoDbLinkedService.withDescription(String description) |
Set the description property: Linked service description.
|
MongoDbLinkedService |
MongoDbLinkedService.withEnableSsl(Object enableSsl) |
Set the enableSsl property: Specifies whether the connections to the server are encrypted using SSL.
|
MongoDbLinkedService |
MongoDbLinkedService.withEncryptedCredential(Object encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
MongoDbLinkedService |
MongoDbLinkedService.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for linked service.
|
MongoDbLinkedService |
MongoDbLinkedService.withPassword(SecretBase password) |
Set the password property: Password for authentication.
|
MongoDbLinkedService |
MongoDbLinkedService.withPort(Object port) |
Set the port property: The TCP port number that the MongoDB server uses to listen for client connections.
|
MongoDbLinkedService |
MongoDbLinkedService.withServer(Object server) |
Set the server property: The IP address or server name of the MongoDB server.
|
MongoDbLinkedService |
MongoDbLinkedService.withUsername(Object username) |
Set the username property: Username for authentication.
|