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.
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
System.String
MultiRegional
publicconststringMultiRegional="MULTI_REGIONAL"
Name for the Multi-Regional location type.
Field Value
Type
Description
System.String
Nearline
publicconststringNearline="NEARLINE"
Name for the Nearline storage class.
Field Value
Type
Description
System.String
Regional
publicconststringRegional="REGIONAL"
Name for the Regional location type.
Field Value
Type
Description
System.String
Standard
publicconststringStandard="STANDARD"
Name of the Standard storage class, which is equivalent to
Multi-Regional or Regional depending on the location.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage details the `StorageClasses` within the `Google.Cloud.Storage.V1` namespace, providing string constants for storage classes and location types."],["The latest version documented is 4.11.0, while the content also includes documentation for several previous versions going back to 3.4.0, with each version providing information for the `StorageClasses` constants."],["The `StorageClasses` include constants such as `Archive`, `Coldline`, `DurableReducedAvailability`, `MultiRegional`, `Nearline`, `Regional`, and `Standard`, each representing a specific storage class or location type within Google Cloud Storage."],["The `DurableReducedAvailability` storage class is noted as not being recommended, with `Regional` storage being the preferred choice due to better pricing, performance and availability."],["Each storage class has details on the type of the field value, which is a `System.String`, as well as a description of what that storage class is."]]],[]]