Builder

class Builder

Properties

Link copied to clipboard

The bytes to be stored.

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 at https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.

Link copied to clipboard

The content type of the object.

Link copied to clipboard
var path: String?

The path (including the file name) where the object is stored in the container. Format: //

Link copied to clipboard

Indicates the storage class of a Put request. Defaults to high-performance temporal storage class, and objects are persisted into durable storage shortly after being received.

Link copied to clipboard

Indicates the availability of an object while it is still uploading. If the value is set to streaming, the object is available for downloading after some initial buffering but before the object is uploaded completely. If the value is set to standard, the object is available for downloading only when it is uploaded completely. The default value for this header is standard.