Discuss this help topic in SecureBlackbox Forum
TElWinAzureDataStorage is a descendant of TElCustomDataStorage class.
Description
TElWinAzureDataStorage provides functionality to manage data using Windows Azure Platform cloud storage.
In WinAzure storages individual data objects are stored in containers. Using TElWinAzureDataStorage, you can manage individual data objects as well, as data containers.
Connection to remote storage is established via HTTP protocol. To manage connection properties, use
HTTPClient property.
By default, secure connection is established. If you don't need secure connection, set
UseSSL property to
False.
To authenticate to WinAzure storage, you need to provide Microsoft Azure account name and key using
AccountName and
AccountKey properties.
When connected, use
ListContainers method to view storage contents.
If you need to change certain data object or container, acquire it first using
AcquireObject or
AcquireContainer method.
Make necessary changes, then release acquired object or container.
Use corresponding methods to create, delete, read or write individual objects, containers or data blocks.
Inherited from TElCustomDataStorage .NET:
To use this class in the development and distribution of your software projects, you need to purchase one of the following licenses:
SecureBlackbox Professional, SecureBlackbox Standard