PageInfoUncompressedSize Property |
The byte size of the
Page when it was last written to disk (before any compression was applied).
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic uint UncompressedSize { get; }
Public ReadOnly Property UncompressedSize As UInteger
Get
public:
property unsigned int UncompressedSize {
unsigned int get ();
}
member UncompressedSize : uint32 with get
Property Value
Type:
UInt32The
UInt32 of bytes
See Also