Packages > @fluidframework/container-definitions

@fluidframework/container-definitions Package

This library contains the interfaces and types concerning the Loader and loading the Container.

Interfaces

Interface Modifiers Description
IAudience Represents all clients connected to the op stream, both read-only and read/write.
IConnectionDetails Contract representing the result of a newly established connection to the server for syncing deltas.
IDeltaManager sealed Manages the transmission of ops between the runtime and storage.
IDeltaManagerEvents sealed Events emitted by IDeltaManager.
IDeltaQueue sealed Queue of ops to be sent to or processed from storage
IDeltaQueueEvents sealed Events emitted by IDeltaQueue.
IDeltaSender sealed Contract supporting delivery of outbound messages to the server

Enumerations

Enum Description
AttachState The attachment state of some Fluid data (e.g. a container or data store), denoting whether it is uploaded to the service. The transition from detached to attached state is a one-way transition.

Types

TypeAlias Description
ConnectionState Type defining the different states of connectivity a Container can be in.
ICriticalContainerError Represents errors raised on container.
ReadOnlyInfo

Namespaces

Namespace Description
ConnectionState Namespace for the different connection states a container can be in. PLEASE NOTE: The sequence of the numerical values does no correspond to the typical connection state progression.