Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
|
Represents the status of a rewrite operation. More...
#include <google/cloud/storage/object_rewriter.h>
Public Attributes | |
std::uint64_t | total_bytes_rewritten |
std::uint64_t | object_size |
bool | done |
Represents the status of a rewrite operation.
The ObjectRewrite class may require multiple calls to Iterate()
to finish the copy. This class represents the progress in a partially completed rewrite. Applications can use this information to inform users of the progress and the expected completion time.
bool google::cloud::storage::RewriteProgress::done |
std::uint64_t google::cloud::storage::RewriteProgress::object_size |
std::uint64_t google::cloud::storage::RewriteProgress::total_bytes_rewritten |