DSAzure.TAzureService.CanonicalizedQueryParams

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

Delphi

function CanonicalizedQueryParams(aParams: array of const; aValues: array of const;
aUserParams: array of const; aUserValues: array of const): String;

C++

System::UnicodeString __fastcall CanonicalizedQueryParams(System::TVarRec *aParams, const System::NativeInt aParams_High, System::TVarRec *aValues, const System::NativeInt aValues_High, System::TVarRec *aUserParams, const System::NativeInt aUserParams_High, System::TVarRec *aUserValues, const System::NativeInt aUserValues_High);

プロパティ

種類 可視性 ソース ユニット
function protected
DSAzure.pas
DSAzure.hpp
DSAzure TAzureService


説明

指定されたパラメータの、ソートされた文字列表現を構築します。

CanonicalizedQueryParams は、2 つの配列のペアをパラメータに取ります。 最初の配列のペアは、API で指定されたプロパティのための、URI パラメータとそれに対応する値で表現されます。2 つ目の配列のペアもまた、URI パラメータとその値で表現されますが、API により、呼び出される関数によっては、ユーザが間接的にそれらを指定することもできます。例としては、TAzureBlobService.ListBlobs を参照してください。

結果はパラメータのキーと値の文字列表現となり、キーでソートされます。

関連項目