MessageHandler MH Sign Up

AzureTableStorageEventSource LoadRaw Method

L

Definition

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

Overloads

Method Description
LoadRaw(string, Nullable) Loads the raw events for a stream, starting at a given timestamp
LoadRaw(string, string, Nullable) Loads the raw events for a stream, partitioned by tenant, starting at a given timestamp
LoadRaw(string, string, int) Loads the raw events for a particular entity and version from the stream

LoadRaw(string, Nullable)

Loads the raw events for a stream, starting at a given timestamp

Parameters

streamType: System.String
The stream type
timestamp: System.Nullable
A timestamp

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable>

LoadRaw(string, string, Nullable)

Loads the raw events for a stream, partitioned by tenant, starting at a given timestamp

Parameters

streamType: System.String
The stream type
tenantId: System.String
The id of the tenant
timestamp: System.Nullable
A list of sourced events.

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable>

LoadRaw(string, string, int)

Loads the raw events for a particular entity and version from the stream

Parameters

streamType: System.String
The stream typ
id: System.String
The id of the entity
version: System.Int32
The version of the entity

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable>

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.