All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bio.ferlab.datalake.commons.config.StorageConf.scala Maven / Gradle / Ivy

There is a newer version: 14.8.0
Show newest version
package bio.ferlab.datalake.commons.config

import bio.ferlab.datalake.commons.file.FileSystemType

/**
 * Configuration of a storage endpoint
 *
 * @param id   unique identifier to the storage. should match alias given to a [[DatasetConf]]
 * @param path path to the storage
 */
case class StorageConf(id: String, path: String, filesystem: FileSystemType)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy