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

Public Member Functions

def __init__
 

Public Attributes

 filename
 
 loader_opts
 
 exporter_opts
 
 current_instance
 
 current_entity
 
 current_dictionary
 

Detailed Description

Encapsulates state which is passed to other methods used in bulk loading.

It is optionally passed to import/export transform functions.
It is passed to connector objects.

Properties:
  filename: The filename flag passed on the command line.
  loader_opts: The loader_opts flag passed on the command line.
  exporter_opts: The exporter_opts flag passed on the command line.
  current_instance: The current entity or model instance.
  current_entity: On export, the current entity instance.
  current_dictionary: The current input or output dictionary.

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