logPosition property
Transaction-log position the backup anchors at, in the engine's own notation: PostgreSQL {walSegment}|{lsn}, MySQL and MariaDB {binlogFile}|{offset}, MongoDB {seconds}|{increment}. Empty when the backup recorded no position, which is the case for backup types that carry none.
Implementation
final String? logPosition;