FullPath interface
FullPath represents full path information to a file. dbId is optional and only required for when re-sharing files in another db.
Signature:
export interface FullPath
Properties
| Property | Type | Description |
|---|---|---|
| bucket | string | |
| bucketKey? | string | (Optional) |
| dbId? | string | (Optional) |
| path | string | |
| uuid? | string | (Optional) |