FileMetadata interface
Represents metadata information about a file stored in users storage
Signature:
export interface FileMetadata
Properties
| Property | Type | Description |
|---|---|---|
| bucketKey? | string | (Optional) |
| bucketSlug | string | |
| dbId | string | |
| encryptionKey | string | An 80 bytes encryption key used to encrypt and decrypt files content.32 bytes aes key + 16 bytes salt/IV + 32 bytes HMAC key It stored as a base32 multibase encoded string |
| mimeType? | string | (Optional) |
| path | string | |
| uuid? | string | (Optional) |