fileRotationInterval property
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);
Implementation
@$pb.TagNumber(3)
set fileRotationInterval($10.Duration v) { setField(3, v); }