DSAzure.TAzureConnectionString.TableURL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TableURL: String;

C++

System::UnicodeString __fastcall TableURL();

Properties

Type Visibility Source Unit Parent
function public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureConnectionString

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