blobstore.box

Type members

Classlikes

case class BoxPath(fileOrFolder: Either[Info, Info]) extends FsObject
Companion:
object
object BoxPath extends FsObjectLowPri
Companion:
class
class BoxStore[F[_]](api: BoxAPIConnection, blocker: Blocker, rootFolderId: String, largeFileThreshold: Long)(using evidence$1: Concurrent[F], evidence$2: ContextShift[F]) extends PathStore[F, BoxPath]
Value parameters:
api

underlying configured BoxAPIConnection

blocker

cats-effect blocker.

largeFileThreshold

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

rootFolderId

Root Folder Id, default – "0"

Companion:
object
object BoxStore
Companion:
class