This documentation is archived and is not being maintained.
LogExtentState Enumeration
Visual Studio 2008
Describes the current state of a LogExtent instance.
Assembly: System.IO.Log (in System.IO.Log.dll)
| Member name | Description | |
|---|---|---|
| Unknown | The status of the LogExtent instance is unknown. | |
| Initializing | The LogExtent instance has not yet been allocated to the LogStore. | |
| Inactive | The LogExtent instance has been allocated to the LogStore but does not contain any active data. | |
| Active | The LogExtent instance is being used as storage for the LogStore. | |
| ActivePendingDelete | The LogExtent instance is marked for deletion but still contains some active data. | |
| PendingArchive | The LogExtent instance does not contain any active data, but contains data that has not yet been archived. | |
| PendingArchiveAndDelete | The LogExtent instance is marked for deletion but still contains data that has not been archived. |
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: