App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | Static Public Attributes | Properties | List of all members
google.appengine.ext.cloudstorage.cloudstorage_stub._AE_GCSFileInfo_ Class Reference
Inheritance diagram for google.appengine.ext.cloudstorage.cloudstorage_stub._AE_GCSFileInfo_:
google.appengine.ext.db.Model

Public Member Functions

def get_options
 
def set_options
 
def kind
 
- Public Member Functions inherited from google.appengine.ext.db.Model
def __new__
 
def __init__
 
def key
 
def put
 
def delete
 
def is_saved
 
def has_key
 
def dynamic_properties
 
def instance_properties
 
def parent
 
def parent_key
 
def to_xml
 
def get
 
def get_by_key_name
 
def get_by_id
 
def get_or_insert
 
def all
 
def gql
 
def from_entity
 
def kind
 
def entity_type
 
def properties
 
def fields
 

Public Attributes

 raw_options
 
 content_type
 

Static Public Attributes

tuple filename = db.StringProperty(required=True)
 
tuple finalized = db.BooleanProperty(required=True)
 
tuple raw_options = db.StringListProperty()
 
tuple size = db.IntegerProperty()
 
tuple next_offset = db.IntegerProperty(default=0)
 
tuple creation = db.DateTimeProperty()
 
tuple content_type = db.StringProperty(default=_GCS_DEFAULT_CONTENT_TYPE)
 
tuple etag = db.ByteStringProperty()
 
- Static Public Attributes inherited from google.appengine.ext.db.Model
 save = put
 

Properties

 options = property(get_options, set_options)
 

Detailed Description

Store GCS specific info.

GCS allows user to define arbitrary metadata via header x-goog-meta-foo: bar.
These headers are returned when user does a GET or HEAD on the object.

Key name is blobkey.

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