Data.Cloud.AzureAPI.TAzureConnectionInfo.UseDevelopmentStorage
| [–] 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.