C# (CSharp) Platform.StreamStorage.File Namespace

Classes

Name Description
FileEventPointer Not intended to be used outside Platform.Core itself. Maintains a pointer to a specific event within an event store persisted in a single mutable file (in the filesystem).
FileEventStore Checkpointed stream stored in file system with some specific naming conventions
FileEventStoreChunk Represents collection of events within a single physical file. It can be opened as mutable or as read-only
FileEventStoreManager Event store based on local filesystem. See documentation of the IEventStoreManager.