Supported OData Query Options
When you develop an application that uses the Windows Azure Marketplace (WAM) there are some considerations and limitations you need to be aware of. |
In this Topic
Supported OData Query Options |
OData operations and functions that are supported by the Marketplace. For example: |
Determine DataServiceVersion |
How to determine the DataServiceVersion. |
All data feeds from the Marketplace are OData feeds. Read about OData at the OData site. The Marketplace provides limited support for OData queries. The following list identifies the supported functionality for Services and OData.
Supported OData Query Options
|
The maximum number of items returned in the result set for each page. |
|
The number of rows to skip in the result set before beginning to return results. |
|
|
|
Specifies the sort order of the result set. |
|
Specifies the fields returned in the result set. |
|
An opaque value that must be passed back to the server in order to continue getting results for the query. |
|
Returns the count of a collection of entities. |
|
|
|
Retrieves a list of fields, their data types, mode, and other related information in a dataset. |
ID operators |
E.g. |
Comparison operators |
|
Logical operators |
|
Arithimetic operators |
|
Grouping operators |
|
DateTime Functions |
|
Math functions |
|
Determine DataServiceVersion
To detect the DataServiceVersion:
Make your request
Look at the HTTP header: DataServiceVersion