LogRecordEnumeratorType Enum

Definition

Specifies the manner in which records should be read from a LogRecordSequence.

public enum class LogRecordEnumeratorType
public enum LogRecordEnumeratorType
type LogRecordEnumeratorType = 
Public Enum LogRecordEnumeratorType
Inheritance
LogRecordEnumeratorType

Fields

Next 2

Records should be read in the order in which they were appended to the sequence.

Previous 1

Records should be read in the order specified by the Previous sequence number of the log record.

User 0

Records should be read in the order specified by the User sequence number of the log record.

Remarks

This enumeration is provided to the ReadLogRecords method to control the order in which records should be read. Each value corresponds to one of the metadata sequence numbers stored in a log record.

Applies to