Data.Cloud.AzureAPI.TAzureTableService.QueryTablesXML

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 QueryTablesXML(const ContinuationToken: string = ''; ResponseInfo: TCloudResponseInfo = nil): string;

C++

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

Description

Returns an XML representation of the tables existing in the table service account.

The QueryTablesXML method returns an XML representation 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