storageAutoResizeLimit property
The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
Implementation
@$pb.TagNumber(4)
$45.Int64Value get storageAutoResizeLimit => $_getN(3);
Implementation
@$pb.TagNumber(4)
set storageAutoResizeLimit($45.Int64Value v) {
setField(4, v);
}