Packages > @fluidframework/datastore-definitions

@fluidframework/datastore-definitions Package

This library defines the interfaces required to implement and/or communicate with a data store.

Interfaces

Interface Modifiers Description
IChannel
IChannelAttributes Represents the attributes of a channel/DDS.
IChannelFactory Definitions of a channel factory.
IChannelServices Storage services to read the objects at a given path using the given delta connection.
IChannelStorageService Storage services to read the objects at a given path.
IDeltaConnection Interface to represent a connection to a delta notification stream.
IDeltaHandler Handler provided by shared data structure to process requests from the runtime.
IFluidDataStoreRuntime sealed Represents the runtime for the data store. Contains helper functions/state of the data store.
IFluidDataStoreRuntimeEvents Events emitted by IFluidDataStoreRuntime.

Types

TypeAlias Description
IDeltaManagerErased Manages the transmission of ops between the runtime and storage.