Method | Description | |
---|---|---|
FileEventStoreClient ( string serverFolder, EventStoreId storeId, string serverEndpoint = null ) : System | ||
ReadAllEvents ( |
||
WriteEventsInLargeBatch ( string streamId, IEnumerable |
Method | Description | |
---|---|---|
PrepareStaging ( IEnumerable |
public FileEventStoreClient ( string serverFolder, EventStoreId storeId, string serverEndpoint = null ) : System | ||
serverFolder | string | |
storeId | EventStoreId | |
serverEndpoint | string | |
return | System |
public ReadAllEvents ( |
||
startOffset | ||
maxRecordCount | int | |
return | IEnumerable |
public WriteEventsInLargeBatch ( string streamId, IEnumerable |
||
streamId | string | |
eventData | IEnumerable |
|
return | void |