uid property

  1. @TagNumber.new(1)
String get uid

A globally unique identifier for all log entries in a sequence of split log entries. All log entries with the same |LogSplit.uid| are assumed to be part of the same sequence of split log entries.

Implementation

@$pb.TagNumber(1)
$core.String get uid => $_getSZ(0);
  1. @TagNumber.new(1)
set uid (String value)

Implementation

@$pb.TagNumber(1)
set uid($core.String value) => $_setString(0, value);