Batch Operations Job Put Metadata Args
data class BatchOperationsJobPutMetadataArgs(val cacheControl: Output<String>? = null, val contentDisposition: Output<String>? = null, val contentEncoding: Output<String>? = null, val contentLanguage: Output<String>? = null, val contentType: Output<String>? = null, val customMetadata: Output<Map<String, String>>? = null, val customTime: Output<String>? = null) : ConvertibleToJava<BatchOperationsJobPutMetadataArgs>
Constructors
Link copied to clipboard
constructor(cacheControl: Output<String>? = null, contentDisposition: Output<String>? = null, contentEncoding: Output<String>? = null, contentLanguage: Output<String>? = null, contentType: Output<String>? = null, customMetadata: Output<Map<String, String>>? = null, customTime: Output<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.