Cloud ID table (CLOUDID)
The cloud ID table (CLOUDID) is used to identify cloud provider and container name pairs that have been used by OAM to store objects.
The table has a unique index on the combination of PROVIDER and CONTAINER. This is necessary to ensure that only one row is defined for each PROVIDER/CONTAINER combination. No index is defined for the ID column because Db2® recommends not using an index on very small tables which this is expected to be.
| Column description | Name | Db2 type | Db2 attribute | Value | Report label |
|---|---|---|---|---|---|
| Row ID | ID | SMALLINT | Generated Default Identity | ID | |
| Provider Name | PROVIDER | CHAR(20) | NND | PROVIDER | |
| Container Name | CONTAINER | CHAR(63) | NND | CONTAINER |
The following describes the columns in the cloud ID table:
- ID
- A system generated value uniquely identifying this row in the CLOUDID table.
- PROVIDER
- The name of the cloud provider. This corresponds to the Cloud Data Access (CDA) cloud provider definition file.
- CONTAINER
- The name of the cloud container.