This module contains methods that are used to interface with Blobstore API.
The module includes a db.Model-like class that represents a reference to a
very large blob. The module imports a db.Key-like class that represents a blob
key.
[[["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 2023-04-26 UTC."],[[["This module provides a Python API for interacting with the Blobstore, a service for storing and serving large, immutable blobs of data."],["The API includes classes like `BlobInfo`, `BlobReader`, and `BlobReferenceProperty` for managing blob metadata, reading blob data, and integrating with `db.Model` classes respectively."],["There are classes for handling the download and upload process, like `BlobstoreDownloadHandler` and `BlobstoreUploadHandler`, and classes for file information, like `FileInfo`."],["The module also offers functions like `fetch_data`, `get`, `parse_blob_info`, and `parse_file_info` for various blob-related operations, such as fetching blob data, retrieving `BlobInfo`, and parsing blob/file records."],["It defines several constants, including `BLOB_INFO_KIND`, `BLOB_KEY_HEADER`, and `GS_PREFIX`, related to blob metadata, headers, and Cloud Storage integration."]]],[]]