Public Methods
Method | Description |
---|
BoundAttachments | Returns the BoundAttachments collection of this Object. |
DB2UDBContainersDMS | If the given Tablespace is database managed, this returns the DMS Containers. |
DB2UDBContainersSMS | If the given Tablespace is system managed, this returns the SMS Containers. |
UserComments | Returns the user comment collection associated with this Object. |
Public Properties
Property | Description |
---|
| Holds the name of the BufferPool associated with the Tablespace. DATATYPE: String. |
| Description of the Tablespace. DATATYPE: String. |
| Represents the ExtentSize (the number of 4k pages written to a container before skipping to the next). DATATYPE: Integer. |
| GUID of the Tablespace. DATATYPE: String. |
| Returns the DB2 UDB BufferPool's ID. DATATYPE: Integer. |
| Name of the DB2 UDB BufferPool. DATATYPE: String. |
| Holds the name of the NodeGroup associated with the Tablespace. DATATYPE: String. |
| Represents the Overhead of the Tablespace in milliseconds (I/O Controller, disk seek, and latency time). DATATYPE: String. |
| Specifies the page size of the Tablespace in kilobytes. Sizes of 0 (default), 4, 8, 16, and 32 are valid. DATATYPE: Integer. |
| Represents the PrefetchSize (the number of pages read for prefetching). DATATYPE: Integer. |
| Specifies the recovery status of the Tablespace. An empty string, ON, and OFF are valid. DATATYPE: String. |
| True if the Tablespace is SystemManaged (SMS) or False if it is DatabaseManaged (DMS). DATATYPE: Boolean. |
| Represents the time (in milliseconds) required to read one 4K Page into memory. DATATYPE: String. |
| Represents the Tablespace Type (REGULAR, LONG, or TEMPORARY). DATATYPE: String. |