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
| Improve this Doc View SourceIsSnapshot
Gets a value indicating that this entry is a snapshot entry.
Declaration
virtual 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 |