Skip to main content

@webda/coreReadme | API


Interface: BinaryFileInfo

Properties

challenge?

challenge?: string

Will be computed by the service

hash of the content prefixed by 'WEBDA'

Source

packages/core/src/services/binary.ts:56


hash?

hash?: string

Hash of the binary

Source

packages/core/src/services/binary.ts:50


metadata?

metadata?: any

Metadatas stored along with the binary

Source

packages/core/src/services/binary.ts:72


mimetype

mimetype: string

Mimetype

Source

packages/core/src/services/binary.ts:68


name

name: string

Name of the file

Source

packages/core/src/services/binary.ts:64


size

size: number

Size of the file

Source

packages/core/src/services/binary.ts:60