Interface AdminStorageJobs
Properties
summary
summary
: (userId
?: undefined | string, cid
?: undefined | string) => Promise<AsObject>
Type declaration
-
- (userId?: undefined | string, cid?: undefined | string): Promise<AsObject>
-
Parameters
-
Optional userId: undefined | string
-
Optional cid: undefined | string
Returns Promise<AsObject>
Lists StorageJobs according to the provided ListOptions.
Optional ListOptions to control the behavior of listing jobs.
An object containing a list of storage jobs.