GetBucketObjectContentResult

data class GetBucketObjectContentResult(val bucket: String, val cacheControl: String, val content: String, val contentBase64: String, val contentBase64sha512: String, val contentDisposition: String, val contentEncoding: String, val contentHexsha512: String, val contentLanguage: String, val contentType: String, val crc32c: String, val customerEncryptions: List<GetBucketObjectContentCustomerEncryption>, val detectMd5hash: String, val eventBasedHold: Boolean, val generation: Int, val id: String, val kmsKeyName: String, val md5hash: String, val md5hexhash: String, val mediaLink: String, val metadata: Map<String, String>, val name: String, val outputName: String, val retentions: List<GetBucketObjectContentRetention>, val selfLink: String, val source: String, val storageClass: String, val temporaryHold: Boolean)

A collection of values returned by getBucketObjectContent.

Constructors

Link copied to clipboard
constructor(bucket: String, cacheControl: String, content: String, contentBase64: String, contentBase64sha512: String, contentDisposition: String, contentEncoding: String, contentHexsha512: String, contentLanguage: String, contentType: String, crc32c: String, customerEncryptions: List<GetBucketObjectContentCustomerEncryption>, detectMd5hash: String, eventBasedHold: Boolean, generation: Int, id: String, kmsKeyName: String, md5hash: String, md5hexhash: String, mediaLink: String, metadata: Map<String, String>, name: String, outputName: String, retentions: List<GetBucketObjectContentRetention>, selfLink: String, source: String, storageClass: String, temporaryHold: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

(Computed) The content of the object.

Link copied to clipboard

(Computed) Base64 encoded version of the object content. Use this when dealing with binary data.

Link copied to clipboard

(Computed) Base64 encoded SHA512 checksum of file content.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

(Computed) Hex encoded SHA512 checksum of file content.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard