fileRotationInterval property

  1. @TagNumber(3)
Duration fileRotationInterval

The maximum duration for which new events are added before a file is closed and a new file is created.

Implementation

@$pb.TagNumber(3)
$10.Duration get fileRotationInterval => $_getN(2);
  1. @TagNumber(3)
void fileRotationInterval=(Duration v)

Implementation

@$pb.TagNumber(3)
set fileRotationInterval($10.Duration v) { setField(3, v); }