LogExtent Class
Represents a disk extent that contains log data.
Assembly: System.IO.Log (in System.IO.Log.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
A LogStore instance stores its data in a collection of disk extents, represented by LogExtent instances. A particular LogExtent is associated with exactly one LogStore, and LogExtent objects in the same LogStore are of identical size. Space is added to and removed from a LogStore instance in extent increments.
Although LogExtent objects are represented on disk as files, they should not be moved or deleted as normal files. To delete a LogExtent instance, remove it from the LogExtentCollection that contains it.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

