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 EventSourcingOptionsInheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”EventSourcingOptions()
Section titled “ EventSourcingOptions()”Initializes a new instance of the
public EventSourcingOptions()Fields
Section titled “Fields”SectionName
Section titled “ SectionName”The configuration section that owns the host-level event-sourcing settings.
public const string SectionName = "Engine:EventSourcing"Field Value
Section titled “Field Value”Properties
Section titled “Properties”DefaultProvider
Section titled “ DefaultProvider”Gets or sets the default event-store provider identifier.
public string DefaultProvider { get; set; }Property Value
Section titled “Property Value”EnableSnapshots
Section titled “ EnableSnapshots”Gets or sets a value indicating whether snapshot-aware paths are enabled.
public bool EnableSnapshots { get; set; }