Describes the transform for a single property.
def google.appengine.ext.bulkload.bulkloader_parser.PropertyEntry.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.PropertyEntry.ATTRIBUTES |
|
static |
Initial value:
2 'property': validation.Type(str),
3 'import_transform': OPTIONAL_EVALUATED_CALLABLE,
4 'import_template': validation.Optional(validation.TYPE_STR),
5 'default_value': validation.Optional(validation.TYPE_STR),
6 'export': validation.Optional(validation.Repeated(ExportEntry)),
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/ext/bulkload/bulkloader_parser.py