public static class StorageClasses
String constants for the names of the storage classes and location types, as used in StorageClass and StorageClass. See https://cloud.google.com/storage/docs/storage-classes for details.
Namespace
Google.Cloud.Storage.V1Assembly
Google.Cloud.Storage.V1.dll
Fields
Archive
public const string Archive = "ARCHIVE"
Name for the Archive storage class.
Field Value | |
---|---|
Type | Description |
String |
Coldline
public const string Coldline = "COLDLINE"
Name for the Coldline storage class.
Field Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
MultiRegional
public const string MultiRegional = "MULTI_REGIONAL"
Name for the Multi-Regional location type.
Field Value | |
---|---|
Type | Description |
String |
Nearline
public const string Nearline = "NEARLINE"
Name for the Nearline storage class.
Field Value | |
---|---|
Type | Description |
String |
Regional
public const string Regional = "REGIONAL"
Name for the Regional location type.
Field Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |