Data.Cloud.AzureAPI.TAzureConnectionInfo.UseDevelopmentStorage

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Unit: Data.Cloud.AzureAPI
Parent: TAzureConnectionInfo

Delphi

property UseDevelopmentStorage: Boolean read FUseDevelopmentStorage write SetUseDevelopmentStorage default False;

C++

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

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