Data.Cloud.AzureAPI.TAzureTableService.QueryEntityXML

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function QueryEntityXML(const TableName: string; const PartitionKey: string; const RowKey: string;  ResponseInfo: TCloudResponseInfo = nil): string; overload;

C++

System::UnicodeString __fastcall QueryEntityXML(const System::UnicodeString TableName, const System::UnicodeString PartitionKey, const System::UnicodeString RowKey, Data::Cloud::Cloudapi::TCloudResponseInfo* ResponseInfo = (Data::Cloud::Cloudapi::TCloudResponseInfo*)(0x0))/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureTableService

説明

指定されたテーブルから、指定されたパーティションおよび行キーを持つ、エンティティ(行)の XML 表現を返します。

QueryEntityXML メソッドは、指定されたテーブルから、指定されたパーティションおよび行キーを持つ、エンティティ(行)の XML 表現を返します。

メモ: Azure テーブル行の一意のキーは、PartitionKeyRowKey の両方から構成されます。 この関数への呼び出しが、行を複数返すことはありません。

TableName パラメータでは、行を取得してくるテーブルの名前を指定します。

PartitionKey パラメータでは、取得したい行内でのパーティション キーの値を指定します。

RowKey パラメータでは、取得したい行内での行キーの値を指定します。

ResponseInfo パラメータには、レスポンス情報を保管する、任意のクラスを指定します。

関連項目