blobstore.box

package blobstore.box

Members list

Type members

Classlikes

case class BoxPath(fileOrFolder: Either[Info, Info]) extends FsObject

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait FsObject
class Object
trait Matchable
class Any
Show all
object BoxPath extends FsObjectLowPri

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait FsObjectLowPri
class Object
trait Matchable
class Any
Show all
Self type
BoxPath.type
class BoxStore[F[_]](api: BoxAPIConnection, rootFolderId: String, largeFileThreshold: Long)(using evidence$1: Async[F]) extends PathStore[F, BoxPath]

Value parameters

api

underlying configured BoxAPIConnection

largeFileThreshold

override for the threshold on the file size to be considered "large", default – 50MiB

rootFolderId

Root Folder Id, default – "0"

Attributes

Companion
object
Supertypes
class PathStore[F, BoxPath]
class Object
trait Matchable
class Any
object BoxStore

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
BoxStore.type