DSAzure.TAzureConnectionString.QueueEndpoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property QueueEndpoint: string read FQueueEndpoint write FQueueEndpoint;

C++

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

Properties

Type Visibility Source Unit Parent
property published
DSAzure.pas
DSAzure.hpp
DSAzure TAzureConnectionString

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