PageInfoOnDiskSize Property |
The byte size of the
Page when it was last written to disk.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public uint OnDiskSize { get; }
Public ReadOnly Property OnDiskSize As UInteger
Get
public:
property unsigned int OnDiskSize {
unsigned int get ();
}
member OnDiskSize : uint32 with get
Property Value
Type:
UInt32The
UInt32 of bytes
See Also