DSAzure.TAzureConnectionString.UseDevelopmentStorage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UseDevelopmentStorage: boolean read FUseDevelopmentStorage write SetUseDevelopmentStorage;

C++

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

Properties

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

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