Get Bucket Object Result
A collection of values returned by getBucketObject.
Constructors
Properties
(Computed) Cache-Control directive to specify caching behavior of object data. If omitted and object is accessible to all anonymous users, the default will be public, max-age=3600
(Computed) Content-Disposition of the object data.
(Computed) Content-Encoding of the object data.
(Computed) Content-Language of the object data.
(Computed) Content-Type of the object data. Defaults to "application/octet-stream" or "text/plain; charset=utf-8".
(Computed) Whether an object is under event-based hold. Event-based hold is a way to retain objects until an event occurs, which is signified by the hold's release (i.e. this value is set to false). After being released (set to false), such objects will be subject to bucket-level retention (if any).
(Computed) The StorageClass of the new bucket object. Supported values include: MULTI_REGIONAL
, REGIONAL
, NEARLINE
, COLDLINE
, ARCHIVE
. If not provided, this defaults to the bucket's default storage class or to a standard class.
(Computed) Whether an object is under temporary hold. While this flag is set to true, the object is protected against deletion and overwrites.