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

Public Member Functions

def __init__
 

Public Attributes

 filename
 
 finalized
 
 st_size
 
 st_ctime
 
 st_mtime
 

Detailed Description

_FileStat contains file attributes.

Attributes:
  filename: the uploaded filename of the file;
  finalized: whether the file is finalized. This is always true by now;
  st_size: number of bytes of the file;
  st_ctime: creation time;
  st_mtime: modification time.

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