public class RolloverLogFilePublic Class RolloverLogFilepublic ref class RolloverLogFileSnapDB.Snap.Services.Writer.RolloverLogFile = function();
Type.createClass(
'SnapDB.Snap.Services.Writer.RolloverLogFile');| RolloverLogFile(String) | Resumes a rollover log |
| RolloverLogFile(String, ListGuid, Guid) | Creates a new rollover log |
| Delete | Deletes the file associated with this ArchiveLog |
| Equals | 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 the default hash function. (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) |
| Recover | Recovers this rollover during an application crash. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| DestinationFile | Gets the destination file |
| FileName | Gets the filename of this log file. String.Empty if not currently associated with a file. |
| IsValid | Gets if the file is valid and not corrupt. |
| SourceFiles | Gets all of the source files. |