Skip to main content

StoredContent

@forge/monorepo


@forge/monorepo / backend/src / StoredContent

Type Alias: StoredContent

StoredContent = object

Defined in: backend/src/persistence/index.ts:1262

What the content store recorded about the bytes it accepted.

Properties

byteSize

readonly byteSize: number

Defined in: backend/src/persistence/index.ts:1265

As actually written, which may differ from what the caller declared — see putFile.


checksum

readonly checksum: string

Defined in: backend/src/persistence/index.ts:1266


contentKey

readonly contentKey: string

Defined in: backend/src/persistence/index.ts:1263