BlobInfo contains metadata about a blob. This metadata is gathered by
parsing the HTTP headers included in the blob upload.
See Also: RFC 1867 for the specification of HTTP file uploads.
Returns the object name of this Blob, if it is stored in Google Cloud Storage,
in the form /[bucket-name]/[object-name]. Returns null if the Blob is stored
in Blobstorage.
[[["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-03-05 UTC."],[[["`BlobInfo` is a class that stores metadata about a blob, gathered from the HTTP headers during blob uploads."],["The class implements the `Serializable` interface and inherits from `java.lang.Object`."],["`BlobInfo` objects can be constructed with parameters like `blobKey`, `contentType`, `creation` date, `filename`, `size`, and optionally, `md5Hash` and `gsObjectName`."],["`BlobInfo` contains fields such as `blobKey`, `contentType`, `creation`, `filename`, `gsObjectName`, `md5Hash`, and `size`, which can also be retrieved using getter methods."],["The class has methods to retrieve the `BlobKey` of the Blob, the MIME Content-Type, the creation date, the file name, Google Cloud Storage object name, the md5Hash and the size in bytes of the Blob."]]],[]]