Click or drag to resize

PageInfoVersionNumber Property

Each Page gets its page version incremented in every transaction where the it is updated.

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public ulong VersionNumber { get; set; }

Property Value

Type: UInt64
The current UInt64 page version
See Also