X-Newest
X-newest
header to
True
in HEAD and GET requests to have
Object Storage return the latest version of the account.
If set to True
, Object Storage queries all
replicas to return the most recent one. Without this header,
Object Storage responds faster after it finds one valid replica.
Because setting this header to True
is more
expensive for the back end, use it only when it is
absolutely needed.
X-Storage-Url
for an account are performed to list storage containers
sorted by name. The sort order for the name is based on a
binary comparison, a single built-in collating
sequence that compares string data by using the SQLite
memcmp() function, regardless of text encoding. The
following list describes the optional query parameters
that are supported with this request.limit
marker
end_marker
format
json
or
xml
to return the respective
serialized response.prefix
query parameter is
not supported at the account level.format=xml
or
format=json
argument is appended to
the storage account URL, the service serves extended
container information serialized in the chosen format.
The sample responses are formatted for readability.end_marker
we can limit
the result set to container names less than the
given value.X-Account-Container-Count
and
X-Account-Bytes-Used
. Since the storage
system is designed to store large amounts of data, care
should be taken when representing the total bytes response
as an integer; when possible, convert it to a 64-bit
unsigned integer if your platform supports that primitive
type.X-Account-Meta-*
.X-Account-Meta-Book
header.X-Remove-Account-Meta-Book: x
. The