Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DeadItem

Hierarchy

Index

References

Constructors

Properties

Accessors

Methods

References

Reason

Re-exports Reason

Constructors

constructor

  • new DeadItem(rawObj?: { size: number } & { href?: string; id?: string; mediaType?: string } & { itemType?: string; reason?: string }, freeze?: boolean): DeadItem
  • Parameters

    • Optional rawObj: { size: number } & { href?: string; id?: string; mediaType?: string } & { itemType?: string; reason?: string }
    • Optional freeze: boolean

    Returns DeadItem

Properties

href

href: string

id

id: string

itemType

itemType: string

mediaType

mediaType: string

reason

reason: string

size

size: number

Accessors

defaultEncoding

  • get defaultEncoding(): any
  • abstract

    Returns any

isFileExists

  • get isFileExists(): boolean
  • Returns boolean

Methods

toRaw

  • toRaw(): string

Generated using TypeDoc