Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AdminStorageJobs

Hierarchy

  • AdminStorageJobs

Index

Properties

Properties

list

list: (opts?: AdminListOptions) => Promise<AsObject>

Lists StorageJobs according to the provided ListOptions.

param

Optional ListOptions to control the behavior of listing jobs.

returns

An object containing a list of storage jobs.

Type declaration

summary

summary: (userId?: undefined | string, cid?: undefined | string) => Promise<AsObject>

Get a summary of all jobs.

param

The user id to query or undefined for all users.

param

An optional cid to fileter the results with.

returns

A summary of all jobs.

Type declaration

    • (userId?: undefined | string, cid?: undefined | string): Promise<AsObject>
    • Parameters

      • Optional userId: undefined | string
      • Optional cid: undefined | string

      Returns Promise<AsObject>

Generated using TypeDoc