Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorage class

Properties     Methods     Events     Declared in     Licensing     


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.

Properties

Inherited from TElCustomDataStorage

Methods

Inherited from TElCustomDataStorage

Events

Inherited from TElCustomDataStorage

Declared in

.NET:
  • Namespace: SBWinAzureDataStorage
  • Assembly: SecureBlackbox.Cloud
VCL:
  • Unit: SBWinAzureDataStorage
Java:
  • Package: SecureBlackbox.Cloud.jar
C++:
  • sbwinazuredatastorage.h

Licensing

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

Discuss this help topic in SecureBlackbox Forum