DatabaseSpace Properties |
The DatabaseSpace type exposes the following members.
Name | Description | |
---|---|---|
Indexes |
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".
| |
Name |
The name of the object for which space usage information was requested.
| |
Reserved |
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".
| |
Rows |
The number of rows existing in the table.
| |
Unused |
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".
| |
Used |
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".
|