Data.Cloud.AzureAPI.TAzureConnectionInfo.UseDevelopmentStorage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UseDevelopmentStorage: Boolean read FUseDevelopmentStorage write SetUseDevelopmentStorage default False;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureConnectionInfo

Description

Specifies whether to connect to a local development storage service or to the cloud.

Set the UseDevelopmentStorage property to True to connect to a local development storage service, and to False to connect to the cloud.

See Also