Table of Contents

TTMSFNCCloudStellarDataStore Class

Design-time component that exposes Stellar Data Store operations.

API unit family: TMSFNCCloudStellarDataStore Inherits from: TTMSFNCCloudCustomStellarDataStore

Syntax

TTMSFNCCloudStellarDataStore = class(TTMSFNCCloudCustomStellarDataStore)

Properties

Name Description
Entities Gets the entity collection for the active table. (inherited from TTMSFNCCloudCustomStellarDataStore)
MetaData Gets the metadata collection for the active table. (inherited from TTMSFNCCloudCustomStellarDataStore)
PageIndex Gets or sets the zero-based page index used by paged query requests. (inherited from TTMSFNCCloudCustomStellarDataStore)
ProjectId Gets or sets the active project identifier used by table and entity requests. (inherited from TTMSFNCCloudCustomStellarDataStore)
Projects Gets or sets the cached project collection. (inherited from TTMSFNCCloudCustomStellarDataStore)
PromiseInsertEntities Gets the entity collection used by pending promise-based insert operations. (inherited from TTMSFNCCloudCustomStellarDataStore)
TableId Gets or sets the active table identifier used by entity and metadata requests. (inherited from TTMSFNCCloudCustomStellarDataStore)
Tables Gets or sets the cached table collection. (inherited from TTMSFNCCloudCustomStellarDataStore)
User Gets or sets the cached authenticated user information. (inherited from TTMSFNCCloudCustomStellarDataStore)

Methods

Name Description
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)

Events

Name Description
OnAddMetaData Occurs when a metadata add request completes. (inherited from TTMSFNCCloudCustomStellarDataStore)
OnAddTable Occurs when a table add request completes. (inherited from TTMSFNCCloudCustomStellarDataStore)
OnDelete Occurs when an entity delete request completes. (inherited from TTMSFNCCloudCustomStellarDataStore)
OnDeleteAll Occurs when a delete-all request completes. (inherited from TTMSFNCCloudCustomStellarDataStore)
OnDeleteMetaData Occurs when a metadata delete request completes. (inherited from TTMSFNCCloudCustomStellarDataStore)
OnDeleteTable Occurs when a table delete request completes. (inherited from TTMSFNCCloudCustomStellarDataStore)
OnDownload Occurs when a blob download-to-file request completes. (inherited from TTMSFNCCloudCustomStellarDataStore)
OnDownloadStream Occurs when a blob download-to-stream request completes. (inherited from TTMSFNCCloudCustomStellarDataStore)
OnGetBlobData Occurs before blob data is retrieved and allows handlers to cancel the retrieval. (inherited from TTMSFNCCloudCustomStellarDataStore)
OnGetMetaData Occurs when a metadata request completes. (inherited from TTMSFNCCloudCustomStellarDataStore)
OnGetProjects Occurs when the project-list request completes. (inherited from TTMSFNCCloudCustomStellarDataStore)
OnGetTables Occurs when the table-list request completes. (inherited from TTMSFNCCloudCustomStellarDataStore)
OnGetUser Occurs when the authenticated-user request completes. (inherited from TTMSFNCCloudCustomStellarDataStore)
OnInsert Occurs when an entity insert request completes. (inherited from TTMSFNCCloudCustomStellarDataStore)
OnInsertAll Occurs when a multi-entity insert request completes. (inherited from TTMSFNCCloudCustomStellarDataStore)
OnQuery Occurs when an entity query request completes. (inherited from TTMSFNCCloudCustomStellarDataStore)
OnUpdate Occurs when an entity update request completes. (inherited from TTMSFNCCloudCustomStellarDataStore)
OnUpdateAll Occurs when an update-all request completes. (inherited from TTMSFNCCloudCustomStellarDataStore)
OnUpdateMetaData Occurs when a metadata update request completes. (inherited from TTMSFNCCloudCustomStellarDataStore)
OnUpdateTable Occurs when a table update request completes. (inherited from TTMSFNCCloudCustomStellarDataStore)
OnUpload Occurs when a blob upload request completes. (inherited from TTMSFNCCloudCustomStellarDataStore)