DownloadMetadata
@firecms/core / DownloadMetadata
Interface: DownloadMetadata
Section titled “Interface: DownloadMetadata”Defined in: types/storage.ts:44
The full set of object metadata, including read-only properties.
Properties
Section titled “Properties”bucket
Section titled “bucket”bucket:
string
Defined in: types/storage.ts:48
The bucket this object is contained in.
contentType
Section titled “contentType”contentType:
string
Defined in: types/storage.ts:66
Type of the uploaded file e.g. “image/jpeg”
customMetadata
Section titled “customMetadata”customMetadata:
Record<string,unknown>
Defined in: types/storage.ts:68
fullPath
Section titled “fullPath”fullPath:
string
Defined in: types/storage.ts:52
The full path of this object.
name:
string
Defined in: types/storage.ts:57
The short name of this object, which is the last component of the full path. For example, if fullPath is ‘full/path/image.png’, name is ‘image.png’.
size:
number
Defined in: types/storage.ts:61
The size of this object, in bytes.