Packages > @fluidframework/protocol-definitions > ISummaryBlob

ISummaryBlob Interface

String or Binary data to be uploaded to the server as part of the container’s Summary.

Signature

export interface ISummaryBlob

Remarks

Note: Already uploaded blobs would be referenced by an ISummaryAttachment . Additional information can be found here: https://github.com/microsoft/FluidFramework/issues/6568

Example

“content”: “{ "pkg":"[\"OfficeRootComponent\",\"LastEditedComponent\"]", "summaryFormatVersion":2,"isRootDataStore":false }”

Properties

Property Type Description
content string | Uint8Array
type SummaryType.Blob

Property Details

content

Signature

content: string | Uint8Array;

type

Signature

type: SummaryType.Blob;