Storage Transfer v1 API - Enum MetadataOptions.Types.StorageClass (2.5.0)

public enum MetadataOptions.Types.StorageClass

Reference documentation and code samples for the Storage Transfer v1 API enum MetadataOptions.Types.StorageClass.

Options for handling Google Cloud Storage object storage class.

Namespace

Google.Cloud.StorageTransfer.V1

Assembly

Google.Cloud.StorageTransfer.V1.dll

Fields

Name Description
Archive

Set the storage class to ARCHIVE.

Coldline

Set the storage class to COLDLINE.

DestinationBucketDefault

Use the destination bucket's default storage class.

Nearline

Set the storage class to NEARLINE.

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.

Standard

Set the storage class to STANDARD.

Unspecified

Storage class behavior is unspecified.