Skip to main content
Version: 2.0.0-alpha

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​

lib/src/models/storage.ts:41


contentType​

• contentType: string

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

Defined in​

lib/src/models/storage.ts:59


customMetadata​

• customMetadata: Record<string, unknown>

Defined in​

lib/src/models/storage.ts:61


fullPath​

• fullPath: string

The full path of this object.

Defined in​

lib/src/models/storage.ts:45


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​

lib/src/models/storage.ts:50


size​

• size: number

The size of this object, in bytes.

Defined in​

lib/src/models/storage.ts:54