|
GoogleAppEntity | | (Required) The name of the data entity (also called 'kind' or 'model') desired. This value is case-sensitive. |
GoogleAppFilter | | Use a filter to restrict the data that is included. Examples:
State = 'Virginia'
Level = 2 AND Country = 'France'
Color IN ('red', 'blue') |
GoogleAppIDField | | The name of a data model property that is unique for each entity.
This field is used to build a complete set of data from multiple queries when the datastore is too large for a single query. |
GoogleAppLimit | | The maximum number of entities to request per query, up to 1000. Reducing this limit can help when a query times out.
The default, and maximum, value is 1000. |
GoogleAppModule | | (Required) The name of the Python source code in the Google App which contains the class defining the data entity specified in Google App Entity. |
GoogleAppURL | | (Required) The web address of the Google App, for example:
http://mydemoapp.appspot.com |
ID | | The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |