The Container class inherits from Resource.
Construct a Resource to interact with a service’s REST API.
The Resource class offers two class methods to construct resource objects, which are preferrable to entering through this initializer. See Resource.new() and Resource.existing().
Parameters: |
|
---|
The transaction date and time.
The total number of bytes that are stored in Object Storage for the account.
The number of containers.
The number of objects in the account.
The secret key value for temporary URLs. If not set, this header is not returned by this operation.
A second secret key value for temporary URLs. If not set, this header is not returned by this operation.
The name of the container.
The number of objects in the container.
The total number of bytes that are stored in Object Storage for the container.
The number of objects.
The count of bytes used in total.
If set to True, Object Storage queries all replicas to return the most recent one. If you omit 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.
The ACL that grants read access. If not set, this header is not returned by this operation.
The ACL that grants write access. If not set, this header is not returned by this operation.
The destination for container synchronization. If not set, this header is not returned by this operation.
The secret key for container synchronization. If not set, this header is not returned by this operation.
Enables versioning on this container. The value is the name of another container. You must UTF-8-encode and then URL-encode the name before you include it in the header. To disable versioning, set the header to an empty string.
Set to any value to disable versioning.
Changes the MIME type for the object.
If set to true, Object Storage guesses the content type based on the file extension and ignores the value sent in the Content-Type header, if present.
In combination with Expect: 100-Continue, specify an “If-None-Match: *” header to query whether the server already has a copy of the object before any data is sent.