Skip to main content
Version: 3.0.0-beta

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​

packages/firecms_core/src/types/storage.ts:48


contentType​

contentType: string

Type of the uploaded file e.g. "image/jpeg"

Defined in​

packages/firecms_core/src/types/storage.ts:66


customMetadata​

customMetadata: Record<string, unknown>

Defined in​

packages/firecms_core/src/types/storage.ts:68


fullPath​

fullPath: string

The full path of this object.

Defined in​

packages/firecms_core/src/types/storage.ts:52


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​

packages/firecms_core/src/types/storage.ts:57


size​

size: number

The size of this object, in bytes.

Defined in​

packages/firecms_core/src/types/storage.ts:61

Sign up to our newsletter to get the latest news and updates. No spam!