public class TransactionalFileStructure : IDisposablePublic Class TransactionalFileStructure
Implements IDisposablepublic ref class TransactionalFileStructure : IDisposableSnapDB.IO.FileStructure.TransactionalFileStructure = function();
Type.createClass(
'SnapDB.IO.FileStructure.TransactionalFileStructure',
null,
IDisposable);| ArchiveSize | Gets the current size of the archive. |
| FileName | Gets the file name for the TransactionalFileStructure |
| Snapshot | Gets the last committed read snapshot on the file system. |
| BeginEdit | Starts a transactional edit on the specified file. |
| ChangeExtension | Changes the extension of the current file. |
| ChangeShareMode | Reopens the file with different permissions. |
| CreateFile | Creates a new archive editable file using the provided file. |
| CreateInMemory | Creates a new archive file that is completely in memory. |
| Dispose | Releases all the resources used by the TransactionalFileStructure object. |
| 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) |
| OpenFile | Opens an existing file. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |