Click or drag to resize

DatabaseSpace Properties

The DatabaseSpace type exposes the following members.

Properties
  NameDescription
Public propertyIndexes
The total amount of space used by indexes in the table, in bytes. Note that this number may be approximate as it may be reported by the DBMS as a string like "29168 KB".
Public propertyName
The name of the object for which space usage information was requested.
Public propertyReserved
The total amount of reserved space for the table, in bytes. Note that this number may be approximate as it may be reported by the DBMS as a string like "29168 KB".
Public propertyRows
The number of rows existing in the table.
Public propertyUnused
The total amount of space reserved for the table but not yet used, in bytes. Note that this number may be approximate as it may be reported by the DBMS as a string like "29168 KB".
Public propertyUsed
The total amount of space used by data in the table, in bytes. Note that this number may be approximate as it may be reported by the DBMS as a string like "29168 KB".
Top
See Also