IDocumentSchemaChangeMessage

Packages > @fluidframework/container-runtime > IDocumentSchemaChangeMessage

Content of the type=ContainerMessageType.DocumentSchemaChange ops. The meaning of refSeq field is different in such messages (compared to other usages of IDocumentSchemaCurrent) ContainerMessageType.DocumentSchemaChange messages use CAS (Compare-and-swap) semantics, and convey regSeq of last known schema change (known to a client proposing schema change).

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 type IDocumentSchemaChangeMessage = IDocumentSchema;

See Also

ContainerRuntimeDocumentSchemaMessage