index property

  1. @TagNumber.new(2)
int get index

The index of this LogEntry in the sequence of split logs. LogEntries are given |index| values 0, 1, ..., n-1 for a sequence of n entries.

Implementation

@$pb.TagNumber(2)
$core.int get index => $_getIZ(1);
  1. @TagNumber.new(2)
set index (int v)

Implementation

@$pb.TagNumber(2)
set index($core.int v) {
  $_setSignedInt32(1, v);
}