Interface ILogEntry
Represents log entry in the audit trail.
Inherited Members
Namespace: DotNext.Net.Cluster.Replication
Assembly: DotNext.Net.Cluster.dll
Syntax
public interface ILogEntry : IDataTransferObject
Properties
| Improve this Doc View SourceIsSnapshot
Gets a value indicating that this entry is a snapshot entry.
Declaration
bool IsSnapshot { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Timestamp
Gets UTC time of the log entry when it was created.
Declaration
DateTimeOffset Timestamp { get; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset |