MessageHandler MH Sign Up

AzureTableStorageEventSource Class

A

Definition

Package: MessageHandler.EventSourcing.AzureTableStorage
Assembly: MessageHandler.EventSourcing.AzureTableStorage
Namespace: MessageHandler.EventSourcing.AzureTableStorage

An event source backed by azure table storage.

Constructors

Constructor Description
AzureTableStorageEventSource(string, string, ILogger) Creates a new instance of AzureTableStorageEventSource
AzureTableStorageEventSource(string, string, EventsourcingConfiguration, ILogger) Creates a new instance of AzureTableStorageEventSource

Methods

Method Description
Load(string, Nullable) Loads the sourced events for a stream, starting at a given timestamp
LoadRaw(string, Nullable) Loads the raw events for a stream, starting at a given timestamp
Load(string, string, Nullable) Loads the sourced events for a stream, partitioned by tenant, starting at a given timestamp
LoadRaw(string, string, Nullable) Loads the raw events for a stream, partitioned by tenant, starting at a given timestamp
Load(string, string, int) Loads the sourced events for a particular entity and version from the stream
LoadRaw(string, string, int) Loads the raw events for a particular entity and version from the stream
Persist(string, string, IEnumerable) Persist the pending events for a specific aggregate to a stream
EnableEncryption(IEncryptEvents) Enable encryption using the provided event encryption
GetCheckpointStore() Gets the checkpoint store associated to this event source

Sign up to our newsletter to get notified about new content and releases

You can unsubscribe at any time by clicking the link in the footer of your emails. I use Mailchimp as my marketing platform. By clicking subscribe, you acknowledge that your information will be transferred to Mailchimp for processing. Learn more about Mailchimp's privacy practices here.