SDK  2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
Class diagrams

Overview

These are the main classes available when writing programs using the CloudBackend SDK.

The CloudBackend class is the core object and entry point into using the SDK.

The classes are represented as UML diagrams below.




CloudBackend - core object

Creating an instance of CloudBackend will be the first thing to do.

In order to initiate the core CloudBackend object, you need to call the logIn() method on the CloudBackend class. This will return the CloudBackend object instance that holds the currently logged in identity (user) and the databases available for that identity.

Once signed in the CloudBackend object will be able to access the identity's account, containers, objects and other functionality.

UML representation of the major classes in the SDK






















Object

More details around the Object class.

Object related classes


















Group

More details around the Group class.

Group related classes