Skip to content

Class EventSourcingOptions

Namespace: Cephalon.EventSourcing.Configuration
Assembly: Cephalon.EventSourcing.dll

Describes the host-owned options for the runtime-neutral Cephalon event-sourcing pack.

public sealed class EventSourcingOptions

objectEventSourcingOptions

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Initializes a new instance of the class.

public EventSourcingOptions()

The configuration section that owns the host-level event-sourcing settings.

public const string SectionName = "Engine:EventSourcing"

string

Gets or sets the default event-store provider identifier.

public string DefaultProvider { get; set; }

string

Gets or sets a value indicating whether snapshot-aware paths are enabled.

public bool EnableSnapshots { get; set; }

bool