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