Data.Cloud.AzureAPI.TAzureTableService.GetTableACL

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Unit: Data.Cloud.AzureAPI
Parent: TAzureTableService

Delphi

function GetTableACL(const ATableName: string; const AClientRequestID: string;
const AResponseInfo: TCloudResponseInfo): TArray<TSignedIdentifier>;

C++

System::DynamicArray<TSignedIdentifier*> __fastcall GetTableACL(const System::UnicodeString ATableName, const System::UnicodeString AClientRequestID, Data::Cloud::Cloudapi::TCloudResponseInfo* const AResponseInfo);

Description

Returns an array that contains the access policies stored for the specified table that you may use with shared access signatures.

GetTableACL receives the following parameters:

  • ATableName is the name of the target table.
  • AClientRequestID is an optional string that uniquely identifies your client. This value is used for storage analytics.
  • AResponseInfo is an optional instance of TCloudResponseInfo to store the information of the response. Use a nil value if you do not need the information of the response.

See Also