DSAzure.TAzureConnectionString.UseDevelopmentStorage

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 UseDevelopmentStorage: boolean read FUseDevelopmentStorage write SetUseDevelopmentStorage;

C++

__property bool UseDevelopmentStorage = {read=FUseDevelopmentStorage, write=SetUseDevelopmentStorage, nodefault};

Description

Specifies whether development storage should be used.

If UseDevelopmentStorage is set to True, then it is assumed that you have a development storage service running locally. The connection URL used will be:

[Protocol]://127.0.0.1:10002/devstoreaccount1

Otherwise, a remote connection to a Microsoft Azure storage service will be used. The specific URL will depend on various settings, such as UseDefaultEndpoints.

See Also