DSAzure.TAzureConnectionString.TableURL

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TAzureConnectionString

Delphi

function TableURL: String;

C++

System::UnicodeString __fastcall TableURL();

Description

Returns the base URL for the table storage account.

TableURL returns the base URL for the table storage account.

The values of Protocol, UseDevelopmentStorage, and UseDefaultEndpoints are taken into consideration when constructing the URL.

See Also