fileOffset property

String? fileOffset
getter/setter pair

Offset in bytes of the line, from the beginning of the file, where the finding is located.

Populate if the item being scanned is only part of a bigger item, such as a shard of a file and you want to track the absolute position of the finding.

Implementation

core.String? fileOffset;