ContainerMessageType Enum
To use, import via @fluidframework/container-runtime/legacy
.
For more information about our API support guarantees, see here.
Signature
export declare enum ContainerMessageType
Flags
Flag | Alerts | Description |
---|---|---|
Alias | Alpha |
|
Attach | Alpha |
|
BlobAttach | Alpha |
|
ChunkedOp | Alpha |
|
DocumentSchemaChange | Alpha |
An op that changes document schema |
FluidDataStoreOp | Alpha |
|
GC | Alpha |
Garbage collection specific op. This is sent by the summarizer client when GC runs. It's used to synchronize GC state across all clients. |
IdAllocation | Alpha |
An op containing an IdRange of Ids allocated using the runtime's IdCompressor since the last allocation op was sent. See the [IdCompressor README](./id-compressor/README.md) for more details. |
Rejoin | Alpha |
Alias
For more information about our API support guarantees, see here.
Signature
Alias = "alias"
Attach
For more information about our API support guarantees, see here.
Signature
Attach = "attach"
BlobAttach
For more information about our API support guarantees, see here.
Signature
BlobAttach = "blobAttach"
ChunkedOp
For more information about our API support guarantees, see here.
Signature
ChunkedOp = "chunkedOp"
DocumentSchemaChange
An op that changes document schema
For more information about our API support guarantees, see here.
Signature
DocumentSchemaChange = "schema"
FluidDataStoreOp
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.
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](./id-compressor/README.md) for more details.
For more information about our API support guarantees, see here.
Signature
IdAllocation = "idAllocation"
Rejoin
For more information about our API support guarantees, see here.
Signature
Rejoin = "rejoin"