Home > @hapoosjs/api-buckets > FileVersion
Provides metadata about a file version
Signature:
export declare class FileVersion
| Property | Modifiers | Type | Description |
|---|---|---|---|
| creationDate | Date | Date this version was created | |
| isLatest? | boolean | (Optional) Is this version the latest version | |
| path | string | Fully qualified file path | |
| size | number | File size | |
| versionId | string | Version ID |