The table below describes the response headers returned in response to a successful request to list the contents of a container.
Name | Type | Description |
---|---|---|
Accept-Ranges | String (Required) | Always bytes. This header shows the type of ranges that an object accepts from a Range request header. |
Content-Length | String (Required) | |
Content-Type | String (Required) | See, Common response headers |
Date | Datetime (Required) | See, Common response headers |
X-Container-Bytes-Used | Int (Required) | The total amount of bytes of data stored in the container. This number is capped by the X-Container-Meta-Quota-Bytes header. |
X-Container-Meta-Quota-Bytes | String | If a quota has been set on the amount of bytes that can be stored by this container, this header returns the size, in bytes, of objects that can be stored in the container. |
X-Container-Object-Count | Int (Required) | The total number of objects stored in the container. This number includes all objects in all directories that are in the container. Directories are not included in this number. |
X-Trans-Id | Uuid (Required) | See, Common response headers |
© 2017 Hitachi Data Systems Corporation. All rights reserved.