Data.Cloud.AzureAPI.TAzureTableService.QueryTables

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function QueryTables(const ContinuationToken: string = ''; ResponseInfo: TCloudResponseInfo = nil): TStrings;

C++

System::Classes::TStrings* __fastcall QueryTables(const System::UnicodeString ContinuationToken = System::UnicodeString(), Data::Cloud::Cloudapi::TCloudResponseInfo* ResponseInfo = (Data::Cloud::Cloudapi::TCloudResponseInfo*)(0x0));

Properties

Type Visibility Source Unit Parent
function public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureTableService

Description

Returns a list of the tables existing in the table service account.

The QueryTables method returns a list of the tables existing in the table service account.

The ContinuationToken parameter is the optional name of the table to start retrieval from. ContinuationToken is used if there are more than 1000 tables, and a previous call did not return the last of the tables. The ContinuationToken parameter in the header is of the form 'x-ms-continuation-NextTableName'.

The ResponseInfo parameter specifies the optional class where to store response info.

See Also