Uses of Class
com.google.appengine.api.blobstore.BlobInfo
Packages that use BlobInfo
Package
Description
Provides management and persistent storage of large, immutable byte arrays.
-
Uses of BlobInfo in com.google.appengine.api.blobstore
Methods in com.google.appengine.api.blobstore that return BlobInfoModifier and TypeMethodDescriptionBlobInfoFactory.createBlobInfo
(Entity entity) @Nullable BlobInfo
BlobInfoFactory.loadBlobInfo
(BlobKey blobKey) Loads theBlobInfo
metadata forblobKey
.Methods in com.google.appengine.api.blobstore that return types with arguments of type BlobInfoModifier and TypeMethodDescriptionBlobstoreService.getBlobInfos
(javax.servlet.http.HttpServletRequest request) Returns theBlobInfo
for any files that were uploaded, keyed by the upload form "name" field.BlobInfoFactory.queryBlobInfos()
BlobInfoFactory.queryBlobInfosAfter
(@Nullable BlobKey previousBlob) Queries forBlobInfo
instances, beginning at the blob followingpreviousBlob
in lexicographic order. -
Uses of BlobInfo in com.google.appengine.api.blobstore.ee10
Methods in com.google.appengine.api.blobstore.ee10 that return types with arguments of type BlobInfo -
Uses of BlobInfo in com.google.appengine.api.blobstore.jakarta
Methods in com.google.appengine.api.blobstore.jakarta that return types with arguments of type BlobInfo