TTMSFNCCloudGoogleFireBase.BulkInsertData Method
Sends a request that inserts or merges multiple records at once from a single JSON payload keyed by record identifier. The outcome is reported through the insert-data result event.
API unit family: TMSFNCCloudGoogleFireBase
Declaring type: TTMSFNCCloudGoogleFireBase
Inherited from: TTMSFNCCustomCloudGoogleFireBase
Syntax
procedure BulkInsertData(AData: string);
Parameters
| Name | Description |
|---|---|
AData |
JSON object whose members are the records to insert, keyed by identifier. |