Skip to main content

Variable: ScanMetadataStatus

@arolariu/website


@arolariu/website / types/scans/ScanMetadata / ScanMetadataStatus

Variable: ScanMetadataStatus

const ScanMetadataStatus: object

Defined in: types/scans/ScanMetadata.ts:32

Lifecycle states that may be persisted as blob metadata.

Type Declaration

READY

readonly READY: "ready" = "ready"

ATTACHED

readonly ATTACHED: "attached" = "attached"

DETACHED

readonly DETACHED: "detached" = "detached"

ARCHIVED

readonly ARCHIVED: "archived" = "archived"

FAILED

readonly FAILED: "failed" = "failed"

// was this page useful?