google.appengine.api.blobstore.dict_blob_storage.DictBlobStorage

Stores blobs in a dictionary.

Inherits From: BlobStorage, expected_type

Methods

CreateBlob

View source

Stores a blob in a map.

DeleteBlob

View source

Deletes blob content.

OpenBlob

View source

Gets the blob contents as a stream.

StoreBlob

View source

Stores a blob stream.