Skip to main content
Version: v1

@fluidframework/replay-driver Package

Interfaces

InterfaceDescription
IFileSnapshotStructure of snapshot on disk, when we store snapshot as single file

Classes

ClassDescription
FileSnapshotReader
OpStorage
ReadDocumentStorageServiceBasePartial implementation of IDocumentStorageService
ReplayControllerReplay controller object It controls where we start (snapshot, local file, no snapshots) As well as dispatch of ops
ReplayDocumentServiceThe Replay document service dummies out the snapshot and the delta storage. Delta connection simulates the socket by fetching the ops from delta storage and emitting them with a pre determined delay
ReplayDocumentServiceFactory
SnapshotStorage
StaticStorageDocumentService
StaticStorageDocumentServiceFactory