TTMSFNCCloudCloudKit Class
Component that provides authenticated access to a cloud database, exposing querying, inserting, updating and deleting of records as published properties and events.
API unit family: TMSFNCCloudCloudKit
Inherits from: TTMSFNCCustomCloudCloudKit
Syntax
TTMSFNCCloudCloudKit = class(TTMSFNCCustomCloudCloudKit)
Properties
Name
Description
Access
Selects the access scope, private or public, used for requests. (inherited from TTMSFNCCustomCloudCloudKit)
Environment
Selects the deployment environment, development or production, used for requests. (inherited from TTMSFNCCustomCloudCloudKit)
Methods
Name
Description
Delete
Deletes the record identified by the supplied identifier from the database. (inherited from TTMSFNCCustomCloudCloudKit)
GetMetaData
Retrieves the metadata describing the record type of the configured database. (inherited from TTMSFNCCustomCloudCloudKit)
GetTestTokensResult
Interprets the response of a token validation request. (inherited from TTMSFNCCustomCloudCloudKit)
Insert
Inserts a new record into the database using the supplied field values. (inherited from TTMSFNCCustomCloudCloudKit)
Query
Clears the current records and queries the configured database, retrieving all result pages. (inherited from TTMSFNCCustomCloudCloudKit)
TestTokens
Sends a request that validates the currently stored authentication tokens. (inherited from TTMSFNCCustomCloudCloudKit)
Update
Updates an existing record in the database with the values of the supplied entity. (inherited from TTMSFNCCustomCloudCloudKit)
Events
Name
Description
OnDelete
Occurs after a record delete request has completed. (inherited from TTMSFNCCustomCloudCloudKit)
OnInsert
Occurs after a record insert request has completed. (inherited from TTMSFNCCustomCloudCloudKit)
OnQuery
Occurs when a page of query results has been received. (inherited from TTMSFNCCustomCloudCloudKit)
OnQueryComplete
Occurs once a query has finished and all result pages have been retrieved. (inherited from TTMSFNCCustomCloudCloudKit)
OnUpdate
Occurs after a record update request has completed. (inherited from TTMSFNCCustomCloudCloudKit)