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
To use, import via @fluidframework/container-runtime/alpha
.
For more information about our API support guarantees, see here.
Signature
Alias = "alias"
Attach
To use, import via @fluidframework/container-runtime/alpha
.
For more information about our API support guarantees, see here.
Signature
Attach = "attach"
BlobAttach
To use, import via @fluidframework/container-runtime/alpha
.
For more information about our API support guarantees, see here.
Signature
BlobAttach = "blobAttach"
ChunkedOp
To use, import via @fluidframework/container-runtime/alpha
.
For more information about our API support guarantees, see here.
Signature
ChunkedOp = "chunkedOp"
DocumentSchemaChange
An op that changes document schema
To use, import via @fluidframework/container-runtime/alpha
.
For more information about our API support guarantees, see here.
Signature
DocumentSchemaChange = "schema"
FluidDataStoreOp
To use, import via @fluidframework/container-runtime/alpha
.
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.
To use, import via @fluidframework/container-runtime/alpha
.
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.
To use, import via @fluidframework/container-runtime/alpha
.
For more information about our API support guarantees, see here.
Signature
IdAllocation = "idAllocation"
Rejoin
To use, import via @fluidframework/container-runtime/alpha
.
For more information about our API support guarantees, see here.
Signature
Rejoin = "rejoin"