FileSystem Domain
Experimental
Methods
Types
Methods
Types
FileSystem.BucketFileSystemLocator #
Type: object
Properties
storageKey Storage.SerializedStorageKey
Storage key
bucketNameOptional
stringBucket name. Not passing a bucketName will retrieve the default Bucket. (https://developer.mozilla.org/en-US/docs/Web/API/Storage_API#storage_buckets)
pathComponents array[ string ]Path to the directory using each path component as an array item.
FileSystem.Directory #
Type: object
Properties
name stringnestedDirectories array[ string ]nestedFiles array[ File ]Files that are directly nested under this directory.
FileSystem.File #
Type: object
Properties
name stringlastModified Network.TimeSinceEpoch
Timestamp
size numberSize in bytes
type string