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