TTMSFNCCloudCustomStellarDataStore.AddTablePromise Method
Adds a table and returns a promise that resolves when the request completes.
API unit family: TMSFNCCloudStellarDataStore
Declaring type: TTMSFNCCloudCustomStellarDataStore
Syntax
function AddTablePromise(ATable: TTMSFNCCloudStellarDataStoreTable): IPromise<TVoid>;
Parameters
| Name | Description |
|---|---|
ATable |
Table definition to create. |
Returns
A promise resolved after the add request completes.