Operations on a table in Mobile Services

 

Microsoft Azure Mobile Services enables clients to access and change data by using a set of REST APIs.

In this section

The REST API includes the following operations against tables.

Operation

Description

Query records operation

Returns rows of data stored in the table.

Insert record operation

Inserts a new record into the table.

Update record operation

Updates an existing record in the table.

Delete record operation

Deletes the selected record from the table.

See Also

Azure Mobile Services REST API Reference