Batch Operations Job Put Metadata
data class BatchOperationsJobPutMetadata(val cacheControl: String? = null, val contentDisposition: String? = null, val contentEncoding: String? = null, val contentLanguage: String? = null, val contentType: String? = null, val customMetadata: Map<String, String>? = null, val customTime: String? = null)
Properties
Link copied to clipboard
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
Link copied to clipboard
Content-Disposition of the object data.
Link copied to clipboard
Content Encoding of the object data.
Link copied to clipboard
Content-Language of the object data.
Link copied to clipboard
Content-Type of the object data.
Link copied to clipboard
User-provided metadata, in key/value pairs.
Link copied to clipboard
Updates the objects fixed custom time metadata.