![]() |
SDK
2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
|
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.
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.
More details around the Object class.
More details around the Group class.