Skip to main content

ContainerMessageType Enum

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/container-runtime/legacy.

For more information about our API support guarantees, see here.

Signature

export declare enum ContainerMessageType

Flags

FlagAlertsDescription
AliasBeta
AttachBeta
BlobAttachBeta
ChunkedOpBeta
DocumentSchemaChangeBetaAn op that changes document schema
FluidDataStoreOpBeta
GCBetaGarbage collection specific op. This is sent by the summarizer client when GC runs. It's used to synchronize GC state across all clients.
IdAllocationBetaAn op containing an IdRange of Ids allocated using the runtime's IdCompressor since the last allocation op was sent. See the IdCompressor README for more details.
RejoinBeta

Alias

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

Alias = "alias"

Attach

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

Attach = "attach"

BlobAttach

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

BlobAttach = "blobAttach"

ChunkedOp

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

ChunkedOp = "chunkedOp"

DocumentSchemaChange

An op that changes document schema

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

DocumentSchemaChange = "schema"

FluidDataStoreOp

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

FluidDataStoreOp = "component"

GC

Garbage collection specific op. This is sent by the summarizer client when GC runs. It's used to synchronize GC state across all clients.

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

GC = "GC"

IdAllocation

An op containing an IdRange of Ids allocated using the runtime's IdCompressor since the last allocation op was sent. See the IdCompressor README for more details.

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

IdAllocation = "idAllocation"

Rejoin

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

Rejoin = "rejoin"