Operations on a table in Mobile Services
Updated: June 3, 2015
Microsoft Azure Mobile Services enables clients to access and change data by using a set of REST APIs.
The REST API includes the following operations against tables.
Operation | Description |
|---|---|
Returns rows of data stored in the table. | |
Inserts a new record into the table. | |
Updates an existing record in the table. | |
Deletes the selected record from the table. |
Show: