StoredContent
@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
readonlybyteSize:number
Defined in: backend/src/persistence/index.ts:1265
As actually written, which may differ from what the caller declared — see putFile.
checksum
readonlychecksum:string
Defined in: backend/src/persistence/index.ts:1266
contentKey
readonlycontentKey:string
Defined in: backend/src/persistence/index.ts:1263