Builder

class Builder

Properties

Link copied to clipboard
var eTag: String?

An entity tag (ETag) is an identifier assigned by a web server to a specific version of a resource found at a URL. This header field makes the request method conditional on ETags.

Link copied to clipboard
var key: String?

Key name of the object.

Link copied to clipboard

If present, the objects are deleted only if its modification times matches the provided Timestamp.

Link copied to clipboard
var size: Long?

If present, the objects are deleted only if its size matches the provided size in bytes.

Link copied to clipboard

Version ID for the specific version of the object to delete.