Interface ISnapshot
Represents persistent log entry maintained by the WriteAheadLog.
Inherited Members
Namespace: DotNext.Net.Cluster.Consensus.Raft.StateMachine
Assembly: DotNext.Net.Cluster.dll
Syntax
public interface ISnapshot : IRaftLogEntry, ILogEntry, IDataTransferObject
Remarks
This interface is not supposed to be implemented by the user.
Properties
| Edit this page View SourceIndex
Gets the index of the log entry.
Declaration
long Index { get; }
Property Value
Type | Description |
---|---|
long |