DatabaseSpace Class |
Namespace: NetQuarry
The DatabaseSpace type exposes the following members.
Name | Description | |
---|---|---|
DatabaseSpace | Initializes a new instance of the DatabaseSpace class |
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".
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |