Data.Cloud.AmazonAPI.TAmazonBatchRow

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
record
struct
Visibility: public
Source:
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Unit: Data.Cloud.AmazonAPI
Parent: Data.Cloud.AmazonAPI

Delphi

TAmazonBatchRow = record

C++

struct DECLSPEC_DRECORD TAmazonBatchRow
{
public:
    System::UnicodeString RowId;
    Data::Cloud::Cloudapi::TCloudTableRow* Row;
    bool ReplaceAll;
    static TAmazonBatchRow __fastcall Create(const System::UnicodeString RowId, Data::Cloud::Cloudapi::TCloudTableRow* Row, bool ReplaceAll = true);
};

Description

Represents a single row to be updated in a batch execution.

TAmazonBatchRow is a record that represents a single row to be updated in a batch execution.

See Also