SDK  2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
cbe::delegate::ChunkTransferred Class Reference

Bundles the progress event information in connection with download and upload. More...

#include <ChunkTransferred.h>

Collaboration diagram for cbe::delegate::ChunkTransferred:

Public Member Functions

 ChunkTransferred (cbe::DefaultCtor)
 
 ChunkTransferred (cbe::Object &&object, std::uint64_t transferred, std::uint64_t total)
 

Public Attributes

cbe::Object object {cbe::DefaultCtor{}}
 
std::uint64_t transferred {}
 
std::uint64_t total {}
 

Detailed Description

Bundles the progress event information in connection with download and upload.

Convenience type that bundles all parameters passed to methods:


The documentation for this class was generated from the following file: