C# Class Platform.StreamStorage.Azure.AzureEventStoreManager

Event store based Windows Azure Blob Storage. See documentation of the IEventStoreManager.
Inheritance: IEventStoreManager
Show file Open project: Lokad/lokad-data-platform

Public Methods

Method Description
AppendEventsToStore ( EventStoreId storeId, string streamId, IEnumerable eventData ) : void
AzureEventStoreManager ( AzureStoreConfiguration config ) : System.Collections.Generic
Dispose ( ) : void
ResetAllStores ( ) : void

Method Details

AppendEventsToStore() public method

public AppendEventsToStore ( EventStoreId storeId, string streamId, IEnumerable eventData ) : void
storeId EventStoreId
streamId string
eventData IEnumerable
return void

AzureEventStoreManager() public method

public AzureEventStoreManager ( AzureStoreConfiguration config ) : System.Collections.Generic
config AzureStoreConfiguration
return System.Collections.Generic

Dispose() public method

public Dispose ( ) : void
return void

ResetAllStores() public method

public ResetAllStores ( ) : void
return void