fileRotationMb property

  1. @TagNumber(2)
int get fileRotationMb

The maximum file size to be saved in the bucket.

Implementation

@$pb.TagNumber(2)
$core.int get fileRotationMb => $_getIZ(1);
  1. @TagNumber(2)
set fileRotationMb (int v)

Implementation

@$pb.TagNumber(2)
set fileRotationMb($core.int v) { $_setSignedInt32(1, v); }