App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google.appengine.ext.blobstore.blobstore.FileInfo Class Reference
Inheritance diagram for google.appengine.ext.blobstore.blobstore.FileInfo:

Public Member Functions

def __init__
 
def filename
 
def content_type
 
def creation
 
def size
 
def md5_hash
 
def gs_object_name
 

Detailed Description

Information about uploaded files.

This is a class that contains information about blobs stored by an
application.

This class is similar to BlobInfo, however this has no key and it is not
persisted in the datastore.

Properties:
  content_type: Content type of uploaded file.
  creation: Creation date of uploaded file, when it was uploaded.
  filename: Filename user selected from their machine.
  size: Size of uncompressed file.
  md5_hash: The md5 hash value of the uploaded file.
  gs_object_name: Name of the file written to Google Cloud Storage or None if
    the file was not uploaded to Google Cloud Storage.

All properties are read-only.  Attempting to assign a value to a property
will raise AttributeError.

The documentation for this class was generated from the following file: