Module: Google::Cloud::StorageTransfer::V1::MetadataOptions::StorageClass

Defined in:
proto_docs/google/storagetransfer/v1/transfer_types.rb

Overview

Options for handling Google Cloud Storage object storage class.

Constant Summary collapse

STORAGE_CLASS_UNSPECIFIED =

Storage class behavior is unspecified.

0
STORAGE_CLASS_DESTINATION_BUCKET_DEFAULT =

Use the destination bucket's default storage class.

1
STORAGE_CLASS_PRESERVE =

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.

2
STORAGE_CLASS_STANDARD =

Set the storage class to STANDARD.

3
STORAGE_CLASS_NEARLINE =

Set the storage class to NEARLINE.

4
STORAGE_CLASS_COLDLINE =

Set the storage class to COLDLINE.

5
STORAGE_CLASS_ARCHIVE =

Set the storage class to ARCHIVE.

6