LogArchiveSnapshot Class
Represents a snapshot of the LogStore instance that can be used to generate an archive.
Assembly: System.IO.Log (in System.IO.Log.dll)
The LogArchiveSnapshot type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ArchiveRegions | Gets an enumerable collection of FileRegion instances containing the actual archival data. |
![]() | ArchiveTail | Gets the sequence number of the LogStore archive tail at the time the snapshot was taken. |
![]() | BaseSequenceNumber | Gets the base sequence number of the LogStore at the time the snapshot was taken. |
![]() | LastSequenceNumber | Gets the last sequence number of the LogStore at the time the snapshot was taken. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
A LogArchiveSnapshot object contains the information necessary to generate a consistent backup of the data in a LogStore. The actual data is contained in the enumerable collection of FileRegion objects returned by the ArchiveRegions property. Each FileRegion instance represents a sequence of bytes in a file that must be archived.
The ArchiveTail, BaseSequenceNumber, and LastSequenceNumber properties are for informational purposes only. They can be recorded along with the archive data to provide optional information, but are not required to restore the data.
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.
