MessageHandler MH Sign Up

AzureTableStorageEventSource Load Method

L

Definition

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

Overloads

Method Description
Load(string, Nullable) Loads the sourced 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
Load(string, string, int) Loads the sourced events for a particular entity and version from the stream

Load(string, Nullable)

Loads the sourced 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>

Load(string, string, Nullable)

Loads the sourced 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 timestamp

Returns

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

Load(string, string, int)

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

Parameters

streamType: System.String
The stream type
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.