FileHeaderBlockSnapshotSequenceNumber Property

Maintains a sequential number that represents the version of the file.

Definition

Namespace: SnapDB.IO.FileStructure
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public uint SnapshotSequenceNumber { get; }

Property Value

UInt32

Remarks

This will be updated every time the file system has been modified. Initially, it will be one.

See Also