StorageJob interface
Information about a storage job.
Signature:
export interface StorageJob
Properties
Property | Type | Description |
---|---|---|
apiId | string | An internal id associated with the user. |
cid | string | The data cid the job is operating on. |
createdAt | Date | The time the job was created. |
dealErrors | DealError[] | Information about any Filecoin deal errors that occurred. |
dealInfo | StorageDealInfo[] | Information about Filecoin storage deals the job is managing. |
errorCause | string | In case of failed job, a message describing the cause. |
id | string | The job id. |
status | JobStatus | The current job status. |