committedStorageBytes property

  1. @TagNumber(2)
Int64 committedStorageBytes

The total size of the disks being migrated in bytes.

Implementation

@$pb.TagNumber(2)
$fixnum.Int64 get committedStorageBytes => $_getI64(1);
  1. @TagNumber(2)
void committedStorageBytes=(Int64 v)

Implementation

@$pb.TagNumber(2)
set committedStorageBytes($fixnum.Int64 v) { $_setInt64(1, v); }