Archive interface
Information about a bucket archive.
Signature:
export interface Archive
Properties
Property | Type | Description |
---|---|---|
aborted | boolean | Whether or not the archive was aborted. |
abortedMsg | string | If the archive was aborted, a message about why. |
cid | string | The data cid of the bucket at the time it was archived. |
createdAt | Date | The timestamp of when the archive was initiated. |
dealInfo | Array<ArchiveDealInfo> | A list of the underlying filecoin deal information for the archive. |
failureMsg | string | If the archive job failed, a message about why. |
jobId | string | The id of the archive job. |
status | ArchiveStatus | The current status of the archive job. |