Click or drag to resize

PageInfo Properties

The PageInfo type exposes the following members.

Properties
  NameDescription
Public propertyCompressed
A Page can be compressed or not.
Public propertyEncryption
A Page can be encrypted with DES or not.
Public propertyFirstFreeSlot
The first available page on the Page.
Public propertyNoFreeSlotInBetweenInUseSlots
Is there no gaps of unused slots in between the in use slots (all contigous in use slots)?
Public propertyNumberOfSlots
The number of objects/slots on the Page.
Public propertyOnDiskSize
The byte size of the Page when it was last written to disk.
Public propertyShapeNumber
If non 0, all objects on the page have the same Type.
Public propertyUncompressedSize
The byte size of the Page when it was last written to disk (before any compression was applied).
Public propertyVersionNumber
Each Page gets its page version incremented in every transaction where the it is updated.
Top
See Also