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.remote_api.remote_api_stub.RemoteDatastoreStub Class Reference
Inheritance diagram for google.appengine.ext.remote_api.remote_api_stub.RemoteDatastoreStub:
google.appengine.ext.remote_api.remote_api_stub.RemoteStub

Public Member Functions

def __init__
 
def MakeSyncCall
 
- Public Member Functions inherited from google.appengine.ext.remote_api.remote_api_stub.RemoteStub
def __init__
 
def MakeSyncCall
 
def CreateRPC
 

Public Attributes

 default_result_count
 

Detailed Description

A specialised stub for accessing the App Engine datastore remotely.

A specialised stub is required because there are some datastore operations
that preserve state between calls. This stub makes queries possible.
Transactions on the remote datastore are unfortunately still impossible.

Constructor & Destructor Documentation

def google.appengine.ext.remote_api.remote_api_stub.RemoteDatastoreStub.__init__ (   self,
  server,
  path,
  default_result_count = 20,
  _test_stub_map = None 
)
Constructor.

Args:
  server: The server name to connect to.
  path: The URI path on the server.
  default_result_count: The number of items to fetch, by default, in a
datastore Query or Next operation. This affects the batch size of
query iterators.

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