10 private string nodeId =
string.Empty;
11 private string localId =
string.Empty;
12 private string logId =
string.Empty;
13 private string partition =
string.Empty;
26 [DefaultValueStringEmpty]
31 set => this.nodeId = value;
37 [DefaultValueStringEmpty]
41 get => this.partition;
42 set => this.partition = value;
48 [DefaultValueStringEmpty]
53 set => this.logId = value;
59 [DefaultValueStringEmpty]
64 set => this.localId = value;
Abstract base class for all node events.
string NodeId
Node identity.
string LogId
Log identity, if different from NodeId.
string Partition
Optional partition.
string LocalId
Local identity, if different from NodeId.
NodeEvent()
Abstract base class for all node events.
Abstract base class for all data source events.