This documentation is archived and is not being maintained.
LogExtentState Enumeration
Visual Studio 2010
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 SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: