9 [CollectionName(
"DataSourceEvents")]
11 [Index(
"SourceId",
"Timestamp")]
14 private string objectId =
null;
15 private string sourceId =
string.Empty;
16 private DateTime timestamp = DateTime.MinValue;
32 set => this.objectId = value;
42 set => this.sourceId = value;
51 get => this.timestamp;
52 set => this.timestamp = value;
Abstract base class for all data source events.
abstract SourceEventType EventType
Type of data source event.
string SourceId
Data source identity.
string ObjectId
Persisted object ID. Is null if object not persisted.
DateTime Timestamp
Timestamp of event.
SourceEvent()
Abstract base class for all data source events.
SourceEventType
Data Source event types