StorageItem

data class StorageItem(val path: String, val bucketId: String, val authenticated: Boolean)(source)

Represents a file in the storage bucket.

Parameters

path

The path of the file.

bucketId

The id of the bucket.

authenticated

Whether the file has to be accessed authenticated or not.

Constructors

Link copied to clipboard
constructor(path: String, bucketId: String, authenticated: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard