Packages > @fluidframework/protocol-definitions > ISummaryAttachment

ISummaryAttachment Interface

Unique identifier for blobs uploaded outside of the summary.

Signature

export interface ISummaryAttachment

Remarks

Attachment Blobs are uploaded and downloaded separately and do not take part of the snapshot payload. The ID gets returned from the backend after the attachment has been uploaded. Additional information can be found here: https://github.com/microsoft/FluidFramework/issues/6374

Example

“id”: “bQAQKARDdMdTgqICmBa_ZB86YXwGP”

Properties

Property Type Description
id string
type SummaryType.Attachment

Property Details

id

Signature

id: string;

type

Signature

type: SummaryType.Attachment;