ISummaryAttachment Interface
Unique identifier for blobs uploaded outside of the summary. 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 Ex. "id": "bQAQKARDdMdTgqICmBa_ZB86YXwGP"
Signature
export interface ISummaryAttachment
Properties
Property | Type | Description |
---|---|---|
id | string | |
type | SummaryType.Attachment |
Property Details
id
Signature
id: string;
Type: string
type
Signature
type: SummaryType.Attachment;
Type: SummaryType.Attachment