Share via


LogState Enum

Definition

Enumerates the state of the transaction log.

public enum LogState
type LogState = 
Public Enum LogState
Inheritance
LogState

Fields

Name Value Description
Ok 1

The transaction log has enough capacity.

NearFull 2

The transaction log is nearly full.

Full 3

The transaction log is full.

Applies to