public static class StorageClasses
Reference documentation and code samples for the Google Cloud Storage v1 API 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
GoogleGoogle.CloudGoogle.Cloud.StorageV1Assembly
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 |