maxTtlSeconds property

  1. @TagNumber(4)
Int64 maxTtlSeconds

The maximum TTL allowed for a single item, in seconds

Implementation

@$pb.TagNumber(4)
$fixnum.Int64 get maxTtlSeconds => $_getI64(3);
  1. @TagNumber(4)
void maxTtlSeconds=(Int64 v)

Implementation

@$pb.TagNumber(4)
set maxTtlSeconds($fixnum.Int64 v) {
  $_setInt64(3, v);
}