BlobStorageClass

Storage classes supported for Blob objects.

Enums
BLOB_STORAGE_CLASS_UNSPECIFIED If unspecified in CreateDataset, the StorageClass defaults to STANDARD. If unspecified in UpdateDataset and the StorageClass is set in the field mask, an InvalidRequest error is thrown.
STANDARD This stores the Object in Blob Standard Storage: https://cloud.google.com/storage/docs/storage-classes#standard
NEARLINE This stores the Object in Blob Nearline Storage: https://cloud.google.com/storage/docs/storage-classes#nearline
COLDLINE This stores the Object in Blob Coldline Storage: https://cloud.google.com/storage/docs/storage-classes#coldline
ARCHIVE This stores the Object in Blob Archive Storage: https://cloud.google.com/storage/docs/storage-classes#archive

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年06月27日 UTC.