totalBytesTransformed property

String? totalBytesTransformed
getter/setter pair

The total number of bytes affected by the transformation.

For example, this counts bytes deleted for DeleteObject operations and bytes rewritten for RewriteObject operations.

Output only.

Implementation

core.String? totalBytesTransformed;