1 #ifndef cbe__delegate__ChunkTransferred_h__
2 #define cbe__delegate__ChunkTransferred_h__
4 #include "cbe/delegate/ProgressEventFn.h"
5 #include "cbe/Object.h"
26 std::uint64_t transferred{};
27 std::uint64_t total{};
33 std::uint64_t transferred,
Holder of a set of data, can represent a table row.
Definition: Object.h:64
Bundles the progress event information in connection with download and upload.
Definition: ChunkTransferred.h:23
Root namespace for the CloudBackend SDK API.
Definition: Account.h:22
DefaultCtor
Default constructor marker.
Definition: Types.h:204