Interface IRaftLogEntry
Represents log entry in Raft audit trail.
Inherited Members
Namespace: DotNext.Net.Cluster.Consensus.Raft
Assembly: DotNext.Net.Cluster.dll
Syntax
public interface IRaftLogEntry : ILogEntry, IDataTransferObject
Properties
| Edit this page View SourceCommandId
Represents identifier of the command encapsulated by this log entry.
Declaration
int? CommandId { get; }
Property Value
Type | Description |
---|---|
int? |
Term
Gets Term value associated with this log entry.
Declaration
long Term { get; }
Property Value
Type | Description |
---|---|
long |