Skip to main content
Version: v1

ISummaryBlob Interface

String or Binary data to be uploaded to the server as part of the container's Summary. Note: Already uploaded blobs would be referenced by a ISummaryAttachment. Additional information can be found here: https://github.com/microsoft/FluidFramework/issues/6568 Ex. "content": "{ "pkg":"[\"OfficeRootComponent\",\"LastEditedComponent\"]", "summaryFormatVersion":2,"isRootDataStore":false }"

Signature

export interface ISummaryBlob

Properties

Property Type Description
content string | Uint8Array
type SummaryType.Blob

Property Details

content

Signature

content: string | Uint8Array;

Type: string | Uint8Array

type

Signature

type: SummaryType.Blob;

Type: SummaryType.Blob