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.ndb.model.LocalStructuredProperty Class Reference
Inheritance diagram for google.appengine.ext.ndb.model.LocalStructuredProperty:
google.appengine.ext.ndb.model._StructuredGetForDictMixin google.appengine.ext.ndb.model.BlobProperty google.appengine.ext.ndb.model.Property google.appengine.ext.ndb.model.Property google.appengine.ext.ndb.model.ModelAttribute google.appengine.ext.ndb.model.ModelAttribute

Public Member Functions

def __init__
 
- Public Member Functions inherited from google.appengine.ext.ndb.model.Property
def __init__
 
def __repr__
 
def __eq__
 
def __ne__
 
def __lt__
 
def __le__
 
def __gt__
 
def __ge__
 
def __neg__
 
def __pos__
 
def __get__
 
def __set__
 
def __delete__
 
- Public Member Functions inherited from google.appengine.ext.ndb.model.BlobProperty
def __init__
 

Additional Inherited Members

- Static Public Attributes inherited from google.appengine.ext.ndb.model.Property
 IN = _IN
 

Detailed Description

Substructure that is serialized to an opaque blob.

This looks like StructuredProperty on the Python side, but is
written like a BlobProperty in the datastore.  It is not indexed
and you cannot query for subproperties.  On the other hand, the
on-disk representation is more efficient and can be made even more
efficient by passing compressed=True, which compresses the blob
data using gzip.

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