Skip to content

DownloadMetadata

@firecms/core


@firecms/core / DownloadMetadata

Defined in: types/storage.ts:44

The full set of object metadata, including read-only properties.

bucket: string

Defined in: types/storage.ts:48

The bucket this object is contained in.


contentType: string

Defined in: types/storage.ts:66

Type of the uploaded file e.g. “image/jpeg”


customMetadata: Record<string, unknown>

Defined in: types/storage.ts:68


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.