Class Neo4jEventEntry
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.EventSourcing.Neo4j
Assembly: Cephalon.EventSourcing.Neo4j.dll
Represents the fields stored on each Neo4j :Event node by the event-store provider.
public sealed class Neo4jEventEntryInheritance
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()
Properties
Section titled “Properties”AppendedAtUtc
Section titled “ AppendedAtUtc”Gets or sets the ISO 8601 UTC timestamp at which the event was appended to the store.
public string AppendedAtUtc { get; set; }Property Value
Section titled “Property Value”EventType
Section titled “ EventType”Gets or sets the assembly-qualified CLR event type name.
public string EventType { get; set; }Property Value
Section titled “Property Value”OccurredAtUtc
Section titled “ OccurredAtUtc”Gets or sets the ISO 8601 UTC timestamp at which the domain event occurred.
public string OccurredAtUtc { get; set; }Property Value
Section titled “Property Value”Payload
Section titled “ Payload”Gets or sets the System.Text.Json-serialized event payload.
public string Payload { get; set; }Property Value
Section titled “Property Value”StreamId
Section titled “ StreamId”Gets or sets the stable logical stream identifier.
public string StreamId { get; set; }Property Value
Section titled “Property Value”StreamVersion
Section titled “ StreamVersion”Gets or sets the optimistic stream version for the event.
public long StreamVersion { get; set; }