Class StorageClasses (3.4.0)

public static class StorageClasses

String constants for the names of the storage classes and location types, as used in Google.Apis.Storage.v1.Data.Bucket.StorageClass and Google.Apis.Storage.v1.Data.Object.StorageClass. See https://cloud.google.com/storage/docs/storage-classes for details.

Inheritance

System.Object > StorageClasses

Namespace

Google.Cloud.Storage.V1

Assembly

Google.Cloud.Storage.V1.dll

Fields

Archive

public const string Archive = "ARCHIVE"

Name for the Archive storage class.

Field Value
TypeDescription
System.String

Coldline

public const string Coldline = "COLDLINE"

Name for the Coldline storage class.

Field Value
TypeDescription
System.String

DurableReducedAvailability

public const string DurableReducedAvailability = "DURABLE_REDUCED_AVAILABILITY"

Name of the Durable Reduced Availability (DRA) location type. Use of this storage class is not recommended; Regional storage has lower pricing for some operations but otherwise the same pricing structure, and better performance/availability.

Field Value
TypeDescription
System.String

MultiRegional

public const string MultiRegional = "MULTI_REGIONAL"

Name for the Multi-Regional location type.

Field Value
TypeDescription
System.String

Nearline

public const string Nearline = "NEARLINE"

Name for the Nearline storage class.

Field Value
TypeDescription
System.String

Regional

public const string Regional = "REGIONAL"

Name for the Regional location type.

Field Value
TypeDescription
System.String

Standard

public const string Standard = "STANDARD"

Name of the Standard storage class, which is equivalent to Multi-Regional or Regional depending on the location.

Field Value
TypeDescription
System.String