C# Class Platform.StreamClients.FileEventStoreClient

Inheritance: JsonEventStoreClientBase, IRawEventStoreClient
Afficher le fichier Open project: Lokad/lokad-data-platform

Méthodes publiques

Méthode Description
FileEventStoreClient ( string serverFolder, EventStoreId storeId, string serverEndpoint = null ) : System
ReadAllEvents ( EventStoreOffset startOffset, int maxRecordCount ) : IEnumerable
WriteEventsInLargeBatch ( string streamId, IEnumerable eventData ) : void

Private Methods

Méthode Description
PrepareStaging ( IEnumerable eventData, string location ) : long

Method Details

FileEventStoreClient() public méthode

public FileEventStoreClient ( string serverFolder, EventStoreId storeId, string serverEndpoint = null ) : System
serverFolder string
storeId EventStoreId
serverEndpoint string
Résultat System

ReadAllEvents() public méthode

public ReadAllEvents ( EventStoreOffset startOffset, int maxRecordCount ) : IEnumerable
startOffset EventStoreOffset
maxRecordCount int
Résultat IEnumerable

WriteEventsInLargeBatch() public méthode

public WriteEventsInLargeBatch ( string streamId, IEnumerable eventData ) : void
streamId string
eventData IEnumerable
Résultat void