CidInfo interface
Information about the current jobs and storage state of a data cid.
Signature:
export interface CidInfo
Properties
| Property | Type | Description |
|---|---|---|
| cid | string | The data cid. |
| currentStorageInfo? | StorageInfo | (Optional) Current data storage state, or undefined if there is none. |
| executingStorageJob? | StorageJob | (Optional) Information about the executing storage job or undefined if there isn't one. |
| latestStorageConfig? | StorageConfig | (Optional) The latest storage configuration applied, or undefined if there isn't one. |
| queuedStorageJobs | StorageJob[] | Information about queued storage jobs. |