| ActiveTable |
Returns the table that matches the active table identifier or table name. |
| AddMetaData |
Adds a metadata field to the active table. |
| AddMetaDataPromise |
Adds metadata and returns a promise that resolves when the request completes. |
| AddTable |
Adds a table definition to the service. |
| AddTablePromise |
Adds a table and returns a promise that resolves when the request completes. |
| CreateTable |
Creates a table with the specified name. |
| CreateTablePromise |
Creates a named table and returns a promise that resolves when the request completes. |
| Delete |
Deletes an entity by identifier. |
| DeleteAll |
Deletes all entities from the active table. |
| DeleteMetaData |
Deletes a metadata field by identifier. |
| DeleteTable |
Deletes a table by identifier. |
| DownloadAsFile |
Downloads a blob field to a file. |
| DownloadAsStream |
Downloads a blob field and returns the result through the stream event. |
| DownloadAsStreamSync |
Synchronously downloads a blob field as a stream. |
| GetMetaData |
Requests metadata for the active table. |
| GetMetaDataPromise |
Requests metadata and returns a promise that resolves when the request completes. |
| GetProjects |
Requests the projects available to the authenticated account. |
| GetProjectsPromise |
Requests projects and returns a promise that resolves when the request completes. |
| GetTables |
Requests the tables available in the active project. |
| GetTablesPromise |
Requests tables and returns a promise that resolves when the request completes. |
| GetTestTokensResult |
Evaluates the response returned by a token test request. |
| GetUser |
Requests information for the authenticated user. |
| GetUserPromise |
Requests the authenticated user and returns a promise that resolves when the request completes. |
| Insert |
Inserts an entity from a list of field values. |
| InsertPromise |
Inserts values and returns a promise that resolves when the request completes. |
| Query |
Queries entities from the active table using the current filters and sort order. |
| QueryPromise |
Queries entities and returns a promise that resolves when the request completes. |
| TableById |
Finds a table by numeric identifier. |
| TableByName |
Finds a table by name. |
| TableList |
Returns the available table names. |
| TestTokens |
Tests whether the current authentication tokens can access the service. |
| Update |
Updates an entity on the service. |
| UpdateAll |
Updates all entities in the active table with the specified field values. |
| UpdateAllPromise |
Updates all entities and returns a promise that resolves when the request completes. |
| UpdateMetaData |
Updates a metadata field by identifier. |
| UpdateMetaDataPromise |
Updates metadata by identifier and returns a promise that resolves when the request completes. |
| UpdatePromise |
Updates an entity and returns a promise that resolves when the request completes. |
| UpdateTable |
Updates the specified table definition. |
| UpdateTablePromise |
Updates a table and returns a promise that resolves when the request completes. |
| Upload |
Uploads a local file to a blob field. |