Packages

t

com.johnsnowlabs.client

CloudStorage

trait CloudStorage extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CloudStorage
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def copyFileToBucket(bucketName: String, destinationPath: String, inputStream: InputStream): Unit
  2. abstract def copyInputStreamToBucket(bucketName: String, filePath: String, sourceFilePath: String): Unit
  3. abstract def doesBucketPathExist(bucketName: String, filePath: String): Boolean
  4. abstract def downloadFilesFromBucketToDirectory(bucketName: String, filePath: String, directoryPath: String, isIndex: Boolean): Unit