DSAzure.TAzureConnectionString.QueueEndpoint

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TAzureConnectionString

Delphi

property QueueEndpoint: string read FQueueEndpoint write FQueueEndpoint;

C++

__property System::UnicodeString QueueEndpoint = {read=FQueueEndpoint, write=FQueueEndpoint};

Description

URL to use in place of the default queue storage account address.

If UseDefaultEndpoints is set to False, then the value held by QueueEndpoint is used as the URL (minus protocol) for accessing the blob storage account. Otherwise, the default of [AccountName].queue.core.windows.net is used. Note that this does not apply if UseDevelopmentStorage is set to True. In this case, a static local address is used.

See Also