|
ConnectionID | | (Required) Specifies a connection to a data source that is defined in the Settings.
For elements connecting to relational databases, default is the first Connection element in _settings.lgx. |
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. |
MaxRows | | The maximum number of rows to retrieve from the data source. |
SimpleDBDomain | | (Required) The name of the SimpleDB domain (similar to a table). |
SimpleDBQuery | | The query expression used to filter results. If the query is blank then all records will be returned.
Examples:
['City' = 'Berkeley']
['Price' < '0014.99'] intersection ['Color' = 'Blue']
['price'>'0010.00' AND 'price'<'0100.00']
For more information:
http://docs.amazonwebservices.com/AmazonSimpleDB/2007-11-07/DeveloperGuide/UsingQuery.html |