App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Static Public Attributes | List of all members
google.appengine.ext.bulkload.bulkloader_parser.ExportEntry Class Reference
Inheritance diagram for google.appengine.ext.bulkload.bulkloader_parser.ExportEntry:

Static Public Attributes

dictionary ATTRIBUTES
 

Detailed Description

Describes the optional export transform for a single property.

Member Data Documentation

dictionary google.appengine.ext.bulkload.bulkloader_parser.ExportEntry.ATTRIBUTES
static
Initial value:
1 = {
2  'external_name': validation.Optional(validation.TYPE_STR),
3  'export_transform': OPTIONAL_EVALUATED_CALLABLE,
4  }

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