Skip to main content
Table of Contents

Class EventSourcingOptions

Namespace
Stratara.Shared.EventSourcing
Assembly
Stratara.Shared.dll

Strongly-typed options object bound to the EventSourcing configuration section. Currently acts as a marker type for IOptions<EventSourcingOptions> registrations; subkeys are populated by downstream packages (e.g. snapshot intervals, hashing cadence).

[ExcludeFromCodeCoverage]
public sealed class EventSourcingOptions
Inheritance
EventSourcingOptions
Inherited Members
Extension Methods

Fields

SectionName

Configuration section name (EventSourcing) that hosts these options.

public const string SectionName = "EventSourcing"

Field Value

string