MetadataOptionsStorageClass

enum MetadataOptionsStorageClass : Enum<MetadataOptionsStorageClass> , ConvertibleToJava<MetadataOptionsStorageClass>

Specifies the storage class to set on objects being transferred to Google Cloud Storage buckets. If unspecified, the default behavior is the same as STORAGE_CLASS_DESTINATION_BUCKET_DEFAULT.

Entries

Link copied to clipboard

Storage class behavior is unspecified.

Link copied to clipboard

Use the destination bucket's default storage class.

Link copied to clipboard

Preserve the object's original storage class. This is only supported for transfers from Google Cloud Storage buckets. REGIONAL and MULTI_REGIONAL storage classes will be mapped to STANDARD to ensure they can be written to the destination bucket.

Link copied to clipboard

Set the storage class to STANDARD.

Link copied to clipboard

Set the storage class to NEARLINE.

Link copied to clipboard

Set the storage class to COLDLINE.

Link copied to clipboard

Set the storage class to ARCHIVE.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: MetadataOptionsStorageClass
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): MetadataOptionsStorageClass
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.