com.stratio.provider.mongodb.MongodbCredentials.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spark-mongodb-core Show documentation
Show all versions of spark-mongodb-core Show documentation
A Spark SQl library for MongoDB
The newest version!
package com.stratio.provider.mongodb
case class MongodbCredentials(
user: String,
database: String,
password: Array[Char])
© 2015 - 2025 Weber Informatics LLC | Privacy Policy