blobStorageClass property
The Storage class in which the Blob data is stored. Possible string values are:
- "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
Implementation
core.String? blobStorageClass;