DirectoryEntry interface
Represents an item stored in a storages directory
Signature:
export interface DirectoryEntry
Properties
| Property | Type | Description |
|---|---|---|
| backupCount | number | |
| bucket | string | |
| created | string | |
| dbId | string | |
| fileExtension | string | |
| ipfsHash | string | |
| isBackupInProgress | boolean | |
| isDir | boolean | |
| isLocallyAvailable | boolean | |
| isRestoreInProgress | boolean | |
| items? | DirectoryEntry[] | (Optional) |
| members | FileMember[] | |
| name | string | |
| path | string | |
| sizeInBytes | number | |
| updated | string | |
| uuid | string |