| Column Name | Data Type | Description | 
| account_identifier | STRING | The unique ID of the account, as collected from OpenStack Swift | 
| array_name | STRING | Name of the array | 
| container_count | NUMBER | The number of containers in the OpenStack Swift account | 
| created_timestamp | DATE | The time and date, when the account was initially created | 
| creation_date | DATE | The date and time the OpenStack Swift account data was created in the database | 
| object_count | NUMBER | The number of objects in the OpenStack Swift account | 
| oss_account_id | NUMBER | OpenStack Swift Account ID, for internal use by the database | 
| oss_storage_system_id | NUMBER | Storage system ID, for internal use by the database | 
| oss_tenant_id | NUMBER | ID of the OpenStack Swift tenant/account | 
| quota_gb | NUMBER | Quota in GiB | 
| quota_kb | NUMBER | Quota collected in bytes and converted to KiB | 
| tenant_identifier | STRING | ID of the tenant/account, as collected from OpenStack Swift | 
| used_gb | NUMBER | Amount of space currently used by the object store in GiB | 
| used_kb | NUMBER | Amount of space currently used by the object store in KiB |