Describes the transform for an entity (or model) kind.
def google.appengine.ext.bulkload.bulkloader_parser.TransformerEntry.CheckInitialized |
( |
|
self | ) |
|
Check that all required (combinations) of fields are set.
Also fills in computed properties.
Raises:
InvalidConfiguration: if the config is invalid.
dictionary google.appengine.ext.bulkload.bulkloader_parser.TransformerEntry.ATTRIBUTES |
|
static |
Initial value:
2 'name': validation.Optional(validation.TYPE_STR),
3 'kind': validation.Optional(validation.TYPE_STR),
4 'model': OPTIONAL_EVALUATED_CALLABLE,
5 'connector': validation.TYPE_STR,
6 'connector_options': validation.Optional(ConnectorOptions, {}),
7 'use_model_on_export': validation.Optional(validation.TYPE_BOOL),
8 'sort_key_from_entity': OPTIONAL_EVALUATED_CALLABLE,
9 'post_import_function': OPTIONAL_EVALUATED_CALLABLE,
10 'post_export_function': OPTIONAL_EVALUATED_CALLABLE,
11 'property_map': validation.Repeated(PropertyEntry, default=[]),
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/ext/bulkload/bulkloader_parser.py