1 #ifndef CBE__delegate__UploadDelegate_h__
2 #define CBE__delegate__UploadDelegate_h__
4 #include "cbe/QueryResult.h"
7 #include "cbe/delegate/TransferError.h"
9 #include "cbe/util/Context.h"
10 #include "cbe/util/ErrorInfo.h"
11 #include "cbe/util/Exception.h"
Holder of a set of data, can represent a table row.
Definition: Object.h:64
Definition: TransferError.h:18
Definition: UploadDelegate.h:28
virtual void onUploadSuccess(cbe::Object &&object)=0
virtual void onChunkSent(cbe::Object &&object, std::uint64_t sent, std::uint64_t total)
virtual void onUploadError(cbe::delegate::TransferError &&transferError, cbe::util::Context &&context)=0
std::shared_ptr< UploadDelegate > UploadDelegatePtr
Definition: UploadDelegate.h:83
Root namespace for the CloudBackend SDK API.
Definition: Account.h:22
Definition: UploadDelegate.h:57
Definition: ErrorInfo.h:27
Definition: Exception.h:38