StorageInfo interface
Current data storage state.
Signature:
export interface StorageInfo
Properties
Property | Type | Description |
---|---|---|
cid | string | The data cid. |
cold? | ColdInfo | (Optional) Current cold storage state. |
created | Date | The timestamp of when the data was stored. |
hot? | HotInfo | (Optional) Current hot storage state. |
jobId | string | The id of the job that executed the data storage. |