Interface IRaftLogEntry
Represents log entry in Raft audit trail.
Namespace: DotNext.Net.Cluster.Consensus.Raft
Assembly: DotNext.Net.Cluster.dll
Syntax
public interface IRaftLogEntry : Log.ILogEntry
Properties
| Improve this Doc View SourceTerm
Gets Term value associated with this log entry.
Declaration
long Term { get; }
Property Value
Type | Description |
---|---|
Int64 |