LogExtentState Enumeration
.NET Framework (current version)
Describes the current state of a LogExtent instance.
Assembly: System.IO.Log (in System.IO.Log.dll)
| Member name | Description | |
|---|---|---|
| Active | ||
| ActivePendingDelete | The LogExtent instance is marked for deletion but still contains some active data. | |
| Inactive | ||
| Initializing | ||
| 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. | |
| Unknown | The status of the LogExtent instance is unknown. |
.NET Framework
Available since 3.0
Available since 3.0
Show: