LogRecordEnumeratorType 열거형

정의

LogRecordSequence에서 레코드를 읽는 방법을 지정합니다.

public enum class LogRecordEnumeratorType
public enum LogRecordEnumeratorType
type LogRecordEnumeratorType = 
Public Enum LogRecordEnumeratorType
상속
LogRecordEnumeratorType

필드

Next 2

시퀀스에 추가된 순서대로 레코드를 읽습니다.

Previous 1

로그 레코드의 이전 시퀀스 번호로 지정된 순서대로 레코드를 읽습니다.

User 0

로그 레코드의 사용자 시퀀스 번호로 지정된 순서대로 레코드를 읽습니다.

설명

이 열거형은 레코드를 읽는 순서를 제어하기 위해 ReadLogRecords 메서드에 제공됩니다. 각 값은 로그 레코드에 저장된 메타데이터 시퀀스 번호 중 하나에 해당합니다.

적용 대상