Skip to main content

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

PropertyTypeDescription
idstring
typeSummaryType.Attachment

Property Details

id

Signature

id: string;

Type: string

type

Signature

type: SummaryType.Attachment;

Type: SummaryType.Attachment