LogExtentState 열거형

정의

LogExtent 인스턴스의 현재 상태를 설명합니다.

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

필드

Active 4

LogExtent 인스턴스가 LogStore의 스토리지로 사용되고 있습니다.

ActivePendingDelete 8

LogExtent 인스턴스가 삭제되도록 표시되어 있지만 일부 활성 데이터를 포함하고 있습니다.

Inactive 2

LogExtent 인스턴스가 LogStore에 할당되었지만 활성 데이터를 포함하고 있지 않습니다.

Initializing 1

LogExtent 인스턴스가 LogStore에 할당되지 않았습니다.

PendingArchive 16

LogExtent 인스턴스가 활성 데이터를 포함하지 않지만 보관되지 않은 데이터를 포함하고 있습니다.

PendingArchiveAndDelete 32

LogExtent 인스턴스가 삭제되도록 표시되어 있지만 보관되지 않은 데이터를 포함하고 있습니다.

Unknown 0

LogExtent 인스턴스의 상태를 알 수 없습니다.

적용 대상