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_name | STRING | The name of the container. The same name can be used for containers in different accounts |
created_timestamp | DATE | The time and date, when the container was initially created as a current version |
creation_date | DATE | The date and time the OpenStack Swift container data was created in the database |
last_updated | DATE | The date and time the OpenStack Swift container data was last updated in the database |
object_count | NUMBER | The number of objects in the OpenStack Swift account |
oss_account_id | NUMBER | A foreign key reference to the OpenStack Swift account data in the database |
oss_container_id | NUMBER | OpenStack Swift Container ID, for internal use by the database |
oss_storage_policy_id | NUMBER | Name of the storage policy applied to the container |
oss_storage_system_id | NUMBER | Storage system ID, for internal use by the database |
quota_gb | NUMBER | Quota in GiB |
quota_kb | NUMBER | Quota collected in bytes and converted to KiB |
storage_policy_name | STRING | Name of the storage policy |
sync_to | STRING | Indicates the cluster to which the container is syncing |
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 |
versions_location | STRING | The value of this flag indicates the container where the versions are stored |