Builder

class Builder

Properties

Link copied to clipboard

The bytes of the object.

Link copied to clipboard

An optional CacheControl header that allows the caller to control the object's cache behavior. Headers can be passed in as specified in the HTTP spec at https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.

Link copied to clipboard

The length of the object in bytes.

Link copied to clipboard

The range of bytes to retrieve.

Link copied to clipboard

The content type of the object.

Link copied to clipboard
var eTag: String?

The ETag that represents a unique instance of the object.

Link copied to clipboard

The date and time that the object was last modified.

Link copied to clipboard

The HTML status code of the request. Status codes ranging from 200 to 299 indicate success. All other status codes indicate the type of error that occurred.