increaseToMilliseconds property

  1. @TagNumber(2)
Int64 increaseToMilliseconds

Sets the ttl to this value only if it is an increase compared to the existing ttl

Implementation

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

Implementation

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