Packages > @fluidframework/protocol-definitions > SummaryType

SummaryType Namespace

Type tag used to distinguish different types of nodes in a ISummaryTree .

Signature

export declare namespace SummaryType

Variables

Variable Modifiers Description
Attachment readonly Unique identifier to larger blobs uploaded outside of the summary. Ex. DDS has large images or video that will be uploaded by the BlobManager and receive an Id that can be used in the summary.
Blob readonly Represents a blob of data that is added to the summary. Such as the user data that is added to the DDS or metadata added by runtime such as data store / channel attributes.
Handle readonly Path to a summary tree object from the last successful summary.
Tree readonly Represents a sub-tree in the summary.

Variable Details

Attachment

Unique identifier to larger blobs uploaded outside of the summary. Ex. DDS has large images or video that will be uploaded by the BlobManager and receive an Id that can be used in the summary.

Signature

Attachment: Attachment

Blob

Represents a blob of data that is added to the summary. Such as the user data that is added to the DDS or metadata added by runtime such as data store / channel attributes.

Signature

Blob: Blob

Handle

Path to a summary tree object from the last successful summary.

Signature

Handle: Handle

Tree

Represents a sub-tree in the summary.

Signature

Tree: Tree