Interface: DownloadMetadata
The full set of object metadata, including read-only properties.
Properties​
bucket​
• bucket: string
The bucket this object is contained in.
Defined in​
contentType​
• contentType: string
Type of the uploaded file e.g. "image/jpeg"
Defined in​
customMetadata​
• customMetadata: Record
<string
, unknown
>
Defined in​
fullPath​
• fullPath: string
The full path of this object.
Defined in​
name​
• name: string
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'.
Defined in​
size​
• size: number
The size of this object, in bytes.