[This is preliminary documentation and is subject to change.]
Classes
| Class | Description | |
|---|---|---|
| BinLogException |
Base exception thrown by the binlog-related framework
| |
| Format |
Facilittates reading primitive values from stream
| |
| LogCorruption |
Denotes a special surrogate structure that indicates log corruption
| |
| LogReader |
Provides abstraction for binary object log readers. Use Open(stream method) to obtain the
instance of the reader type appropriate for particular content.
This class is NOT thread safe
| |
| LogUTCTimeStamp |
Denotes a special surrogate structure that wraps DatTime in log.
These structures get inserted in log automatically by binary log writers to indicate te point in time
| |
| LogWriter | ||
| SlimLogReader |
Reads bin log in Slim format. The format does not support object versioning however it is
very efficient in both space and speed
| |
| SlimLogWriter |
Writes bin log in Slim format. The format does not support object versioning however it is
very efficient in both space and speed
|
Interfaces
| Interface | Description | |
|---|---|---|
| ILogMetadata |
Denotes entities that represent metadata - extra information about data such as timestamps and corruptions
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| Format PageHeaderReadStatus |