Enum MetadataOptions.Types.StorageClass (2.0.0)

public enum StorageClass

Options for handling Google Cloud Storage object storage class.

Namespace

Google.Cloud.StorageTransfer.V1

Assembly

Google.Cloud.StorageTransfer.V1.dll

Fields

NameDescription
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.

Standard

Set the storage class to STANDARD.

Unspecified

Storage class behavior is unspecified.