preserve property

  1. @TagNumber(4)
bool preserve

preserve indicates the the receiver should provide the metadata in the file to reflect the same state in the sender's filesystem as applicable.

Implementation

@$pb.TagNumber(4)
$core.bool get preserve => $_getBF(3);
  1. @TagNumber(4)
void preserve=(bool v)

Implementation

@$pb.TagNumber(4)
set preserve($core.bool v) { $_setBool(3, v); }